andrenarchy / pseudopy

PseudoPy computes and visualizes the pseudospectrum of a matrix
MIT License
24 stars 5 forks source link

problems with importing pseudopy #2

Closed francispoulin closed 8 years ago

francispoulin commented 8 years ago

I just installed pseudopy on my ubuntu machine and that seemed to go smoothly.

However, when I try importing it I get the following error.

I am sorry to bug you with this but if you have any advice on how to fix this I would be very keen to start playing with this library. It looks great!

import pseudopy Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/pseudopy/init.py", line 5, in from .normal import Normal, NormalEvals File "/usr/local/lib/python2.7/dist-packages/pseudopy/normal.py", line 3, in import shapely.geometry as geom ImportError: No module named shapely.geometry

andrenarchy commented 8 years ago

Thanks for reporting the issue! I fixed the dependencies in setup.py so reinstalling pseudopy should also pull in the dependencies. If you are on Debian/Ubuntu you probably want to install the dependencies with apt, see readme.

francispoulin commented 8 years ago

Thanks for the quick fix. I wanted to confirm that I reinstalled it and it ran beautifully. Now to learn more how to use this library!

andrenarchy commented 8 years ago

Great!