Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip package broken #51

Closed
chokosabe opened this issue Dec 7, 2018 · 2 comments · Fixed by #55
Closed

pip package broken #51

chokosabe opened this issue Dec 7, 2018 · 2 comments · Fixed by #55

Comments

@chokosabe
Copy link

MacOSX 10.14.2
Python3 installed using brew

running pip install ksql gives this error:

Collecting ksql
Downloading https://files.pythonhosted.org/packages/98/9f/1187d5bf9ab6e68c23fde44f93df2e1aae94083e1c6608a299aa1c6a99f5/ksql-0.5.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/folders/jp/s96xr96s7k3g94fsvpbdh9cr0000gn/T/pip-install-tkknoxhn/ksql/setup.py", line 52, in
install_requires=get_install_requirements("requirements.txt"),
File "/private/var/folders/jp/s96xr96s7k3g94fsvpbdh9cr0000gn/T/pip-install-tkknoxhn/ksql/setup.py", line 27, in get_install_requirements
content = open(os.path.join(os.path.dirname(file), path)).read()
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/jp/s96xr96s7k3g94fsvpbdh9cr0000gn/T/pip-install-tkknoxhn/ksql/requirements.txt'

I think the setup.py file is missing

@bryanyang0528
Copy link
Owner

@chokosabe Thank you for reporting this bug, I'll test it again and updated ASAP

@crocus
Copy link

crocus commented Feb 12, 2019

Still get an error:
/opt/anaconda3/bin/python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade ksql
Collecting ksql
Downloading https://files.pythonhosted.org/packages/98/9f/1187d5bf9ab6e68c23fde44f93df2e1aae94083e1c6608a299aa1c6a99f5/ksql-0.5.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-cwddsvt7/ksql/setup.py", line 52, in
install_requires=get_install_requirements("requirements.txt"),
File "/tmp/pip-install-cwddsvt7/ksql/setup.py", line 27, in get_install_requirements
content = open(os.path.join(os.path.dirname(file), path)).read()
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-cwddsvt7/ksql/requirements.txt'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-cwddsvt7/ksql/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants