[
https://issues.apache.org/jira/browse/PHOENIX-6811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richárd Antal updated PHOENIX-6811:
-----------------------------------
Description:
Istvan found an error during phoenixdb 1.2.1 rc0 testing:
python setup.py install*Failed because with the following error:
{code:java}
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'{code}
After some investigation I found out that pip install dependencies is not
equivalent with adding the requirements to install_requires list.
> Readd phoenixdb requirements
> ----------------------------
>
> Key: PHOENIX-6811
> URL: https://issues.apache.org/jira/browse/PHOENIX-6811
> Project: Phoenix
> Issue Type: Task
> Components: python
> Reporter: Richárd Antal
> Assignee: Richárd Antal
> Priority: Major
>
> Istvan found an error during phoenixdb 1.2.1 rc0 testing:
> python setup.py install*Failed because with the following error:
> {code:java}
> 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'{code}
> After some investigation I found out that pip install dependencies is not
> equivalent with adding the requirements to install_requires list.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)