Open danolson1 opened 4 years ago
Yes, you are right, the issue you are having has to do with bokeh and has been resolved here: 8135.
You should be able to load cameo after making the changes to the packages\bokeh\server\protocol\receiver.py file suggested in the link.
Hi, I'm not seeing the instructions? am I missing something?
it has to do with the combination tornado/bokeh?
I currently have tornado 6.0.4 installed and bokeh 0.12.1
Hi, I'm not seeing the instructions? am I missing something?
it has to do with the combination tornado/bokeh?
I currently have tornado 6.0.4 installed and bokeh 0.12.1
Are you referring to the instructions to resolve the bokeh issue linked in 8135? If so, you have to go to the "files changed" tab which shows the lines that are edited in receiver.py file. To find the file, you have to go to your python environmental folder and find the packages folder.."packages\bokeh\server\protocol\receiver.py".
I am not sure about the compatibility of your versions or if you are obtaining the same error as above, but I would try making the changes suggested first before trying to install different versions.
I'm having some problems getting Cameo up and running.
I started by trying to follow the instructions for installing Cameo in a Conda environment. I set up a new environment, but ran into problems installing python 3.4 (some kind of CUDA version error).
So I installed the default version of python (3.8). At some point, I had to downgrade to python 3.7 to fix some dependency issues. I eventually got everything installed (except for Escher, but I can live without that for now).
I'm trying to run some of the tutorials, but I keep getting an Import Error. ImportError: cannot import name 'return_future' from 'tornado.concurrent' It looks like it's coming from bokeh.
Here's the whole error message:
ImportError Traceback (most recent call last)