You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
It seems that numpy is needed for setting up installation with pip, otherwise the pip installer complains with:
Cache entry deserialization failed, entry ignored
Using cached https://files.pythonhosted.org/packages/ce/41/99b51880c9d9835218978008cf75851f2257f9fe0271e5d76c96b17fe501/poreplex-0.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-POhzuX/poreplex/setup.py", line 26, in <module>
import numpy
ImportError: No module named numpy
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
It seems that numpy is needed for setting up installation with pip, otherwise the pip installer complains with:
The text was updated successfully, but these errors were encountered: