-
Notifications
You must be signed in to change notification settings - Fork 334
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
Document Python 3.7 requirement in README #385
Comments
For reference, any version above 3.7.16 will fail to install |
Do you mean this error, @will-gant?
|
@puradawid Yes. |
I was getting very confused with this. Thanks for reporting this. |
Thanks for the info, alas, I can't get it to build, even with python 3.7.15. I have the same error @puradawid pasted : $ pyenv install 3.7.15
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.7.15.tar.xz...
-> https://www.python.org/ftp/python/3.7.15/Python-3.7.15.tar.xz
Installing Python-3.7.15...
...
...
python-build: use zlib from xcode sdk
Installed Python-3.7.15 to /Users/jterrier/.pyenv/versions/3.7.15
$ pyenv global 3.7.15
$ python -V
Python 3.7.15
$ pip install labours
Collecting labours
Using cached labours-10.7.2-py3-none-any.whl (69 kB)
Collecting seriate<2.0,>=1.1.2
Using cached seriate-1.1.2-py3-none-any.whl (8.5 kB)
...
...
Collecting PyYAML<6.0,>=3.0
Using cached PyYAML-5.4.1.tar.gz (175 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [62 lines of output]
running egg_info
writing lib3/PyYAML.egg-info/PKG-INFO
writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
writing top-level names to lib3/PyYAML.egg-info/top_level.txt
...
...
File "/private/var/folders/jw/jhxnv5fs04n5zrs1dglj15gm0000gn/T/pip-build-env-3bpentn3/overlay/lib/python3.7/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__
raise AttributeError(attr)
AttributeError: cython_sources
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error Am I still missing something here ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggestion: Document the Python 3.7 requirement in the README file.
The text was updated successfully, but these errors were encountered: