Closed ethering closed 5 years ago
Hi, Graham!
I've gone through to try and see if I can replicate this error on my system by reinstalling seaborn and phyde but things seem to be working for me so I'm not exactly sure what is going on. Can you import seaborn in a Python session on its own? My only guess would be that it is installed in a place that Python can't find it (I don't know why that would be though).
As a potential 'hacky' solution, you can try commenting out the part in the setup.py
file (in the main HyDe folder you cloned from here) that tries to test importing the seaborn module (lines 25-28). You can then try installing it with python setup.py install
.
Hi Paul,
Thanks for the advice. I tried again on Mac, using a virtualenv. I initially ran into a problem during phyde installation with matplotlib:
RuntimeError: Python is not installed as a framework.....
but found the following fix:
echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc
phyde then installed successfully and everything now runs fine. Many thanks, Graham
Ok cool -- glad things are working for you! I'm going to go ahead and close this, but please feel free to reopen it if any other issues arise
Hi, I've tried this on Linux and Mac and get the same error. I've used
pip install
to install dependencies$ pip install cython numpy matplotlib seaborn multiprocess
Looks like everything worked OK
Now install phyde
The same thing happens when I try to git clone and install. I've reinstall seaborn independently, both through pip and git (installations finish successfully), but I get the same 'seaborn missing' error when I try to install phyde. Have you seen this problem before or do you have any suggestions? Many thanks, Graham