Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
python-phoenixdb-1.2.0
-
None
Description
Istvan found an error during phoenixdb 1.2.1 rc0 testing:
python setup.py develop install Failed because with the following error:
Running gssapi-1.8.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-pl7yza0i/gssapi-1.8.1/egg-dist-tmp-7b8ffcp4 Traceback (most recent call last): File "/root/asd/phoenix-queryserver/python-phoenixdb/e/lib/python3.6/site-packages/setuptools/sandbox.py", line 156, in save_modules yield saved File "/root/asd/phoenix-queryserver/python-phoenixdb/e/lib/python3.6/site-packages/setuptools/sandbox.py", line 198, in setup_context yield File "/root/asd/phoenix-queryserver/python-phoenixdb/e/lib/python3.6/site-packages/setuptools/sandbox.py", line 259, in run_setup _execfile(setup_script, ns) File "/root/asd/phoenix-queryserver/python-phoenixdb/e/lib/python3.6/site-packages/setuptools/sandbox.py", line 46, in _execfile exec(code, globals, locals) File "/tmp/easy_install-pl7yza0i/gssapi-1.8.1/setup.py", line 18, in <module> # ModuleNotFoundError: No module named 'Cython'
After some investigation I found out that pip install dependencies is not equivalent with adding the requirements to install_requires list.
Attachments
Issue Links
- relates to
-
PHOENIX-6812 Add the pip requirements install step to the README
- Resolved
- links to