Git Product home page Git Product logo

Comments (10)

sebastianmenze avatar sebastianmenze commented on July 18, 2024

from pytindeq.

StuartLittlefair avatar StuartLittlefair commented on July 18, 2024

Hi @mnanao

I don’t use the macOS version much, so this may be something I need to update - I’ll take a look in the next few days.

In the meantime my initial thoughts is that you might have a stale version of the script running in the background somewhere - or another Python script running in a tornado loop.

I’d look and see if there are any zombie processes if you run a Terminal command like ps -ef | grep python

from pytindeq.

mnanao avatar mnanao commented on July 18, 2024

from pytindeq.

StuartLittlefair avatar StuartLittlefair commented on July 18, 2024

OK - I've got to the bottom of this. The Control Center in macOS now reserves port 5000, so it is not available. I've changed the code to listen for commands on the bokeh default port of 5006 in 46732e8

Grabbing the latest version from GitHub should solve your issues

from pytindeq.

mnanao avatar mnanao commented on July 18, 2024

from pytindeq.

StuartLittlefair avatar StuartLittlefair commented on July 18, 2024

I’m not seeing that. Can you tell me your python and tornado versions?

from pytindeq.

mnanao avatar mnanao commented on July 18, 2024

from pytindeq.

akladnig avatar akladnig commented on July 18, 2024

With regards to the asyncio error, I've never coded in Python before, however the tornado documentation mentions that tornado.platform.asyncio.AsyncIOMainLoop is deprecated. So I deleted that line of code and updated the Bokeh Div statement from style to styles (looks like change to Bokeh as well) and it seems to now be working.

from pytindeq.

StuartLittlefair avatar StuartLittlefair commented on July 18, 2024

With regards to the asyncio error, I've never coded in Python before, however the tornado documentation mentions that tornado.platform.asyncio.AsyncIOMainLoop is deprecated. So I deleted that line of code and updated the Bokeh Div statement from style to styles (looks like change to Bokeh as well) and it seems to now be working.

Fantastic - thank you for finding this @akladnig. I don't get as much time to maintain this code as I want at the moment.

Do you want to make a pull request with your changes so you receive proper credit? If not I can make the changes myself.

from pytindeq.

akladnig avatar akladnig commented on July 18, 2024

from pytindeq.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.