-
Notifications
You must be signed in to change notification settings - Fork 272
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
Installing via pip on Python 3.7 fails #112
Comments
It looks like this is a Cython 0.25.2 / Python 3.7 incompatibility around https://github.com/cython/cython/blob/master/CHANGES.rst#0261-2017-08-29 |
Installing via pip on Python 3.6 fails Failed building wheel for scrapely
Command "d:\python\scripts\test\scripts\python.exe -u -c "import setuptools, tokenize;file='C:\Users\Administrator\AppData\Local\Temp\pip-install-yuug27ug\scrapely\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\Administrator\AppData\Local\Temp\pip-record-dqs_ztoo\install-record.txt --single-version-externally-managed --compile --install-headers d:\python\scripts\test\include\site\python3.6\scrapely" failed with error code 1 in C:\Users\Administrator\AppData\Local\Temp\pip-install-yuug27ug\scrapely\ |
my system
my Python
my Scrapely installation output via
it seems to be working just fine, @bit-chemist can you try one more time? it has been quite a while since Aug 1, 2018. |
The text was updated successfully, but these errors were encountered: