-
Notifications
You must be signed in to change notification settings - Fork 4
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 install failed #16
Comments
Me too, but on windows10 ...... |
Same problem for me. Installing from source with
fails with the error
The third option using
also fails with another error message
This package is not useable! Please fix. |
The various installation methods work just fine if run in the correct python version (2.7, 3.4, 3.5, 3.6). Version 3.7+ are not supported. |
Hello all,
pip install pycupid in my computer returns the following errors (both in Ubuntu 18.04 and MacOS Mojave):
Collecting pycupid
Using cached https://files.pythonhosted.org/packages/98/a0/d7408b274fa75e5c92c699cd987a0abe24e93ac42603112f16cd7c5ccc37/pycupid-0.1.4.tar.gz
ERROR: Command errored out with exit status 1:
command: /home/***/miniconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i74ehsac/pycupid/setup.py'"'"'; __file__='"'"'/tmp/pip-install-i74ehsac/pycupid/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__;code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-i74ehsac/pycupid/
Complete output (11 lines):
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-i74ehsac/pycupid/setup.py", line 131, in
extensions = cythonize(extensions)
File "/home/***/miniconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 966, in cythonize
aliases=aliases)
File "/home/***/miniconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 810, in create_extension_list
for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
File "/home/***/miniconda3/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 109, in nonempty
raise ValueError(error_msg)
ValueError: 'pycupid/pycupid.pyx' doesn't match any files
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Environment:
Python 3.7.4
pip 19.2.3
Minconda
OS: Ubuntu 18.04 & MacOS Mojave
Tried download the package and pip install .
Failed either with plenty of errors.
Any suggestions? Thanks a lot!
The text was updated successfully, but these errors were encountered: