-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
If I issue the command to locally get the pyprecice installation, it fails.
After I first install Cython, it works. It would be nice if the installation of pyprecice automatically first installed Cython.
pip3 install --user pyprecice
Collecting pyprecice
Using cached https://files.pythonhosted.org/packages/c2/85/868d99a904a7e08ebb2adba932e481ff0614d6d25d1ff0c848f3b777f4c2/pyprecice-2.5.0.2.tar.gz
Complete output from command python setup.py egg_info:
/tmp/pip-build-4ks8hq0e/pyprecice/setup.py:33: UserWarning: It looks like you are trying to use pip for installation of the package. Please install, the module packaging by running 'pip3 install --user packaging', since it is needed to perform additional security checks. You can continue installation. However, if you face problems when installing or running pyprecice, it might be a good idea to install packaging to enable additional checks.
"It looks like you are trying to use pip for installation of the package. Please install, "
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-4ks8hq0e/pyprecice/setup.py", line 51, in <module>
from Cython.Distutils.extension import Extension
ModuleNotFoundError: No module named 'Cython'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-4ks8hq0e/pyprecice/
Metadata
Metadata
Assignees
Labels
No labels