pip install fail with CFFI 1.11.1 on Windows with python 3.5.2 x64
See original GitHub issueHello,
the release of CFFI version 1.11.1 (http://cffi.readthedocs.io/en/latest/whatsnew.html#v1-11-1) today breaks the build in windows with python 3.5.2 x64 (i’ve not tested other python version) => so it’s not possible to install conan-package-tools on windows with python 3.5.x at the moment.
I’ve created an issue on the CFFI bitbucket issue tracker => https://bitbucket.org/cffi/cffi/issues/338/cffi-1111-fails-on-windows-7-with-python
I install conan-package-tools via pip install conan-package-tools --upgrade
Tonka
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Installation and Status — CFFI 1.15.1 documentation
Quick installation for CPython (cffi is distributed with PyPy):. pip install cffi; or get the source code via the Python Package Index. In...
Read more >Build and install of cffi fails - python - Stack Overflow
I had a similar issue where cffi was needing to be installed for pdfservices-sdk by Adobe. The solution it turned out was 2...
Read more >Release notes — Anaconda documentation
This is the first release that provides a python-3.10 variant for anaconda ... Improved the macOS pkg installer installation already detected error message....
Read more >Install — conan 1.43.4 documentation
In Windows, Python 3 installation can fail installing the wrapt dependency because of a bug in pip. Information about this issue and workarounds...
Read more >cffi - PyPI
cffi 1.15.1. pip install cffi. Copy PIP instructions. Latest version. Released: Jun 30, 2022. Foreign Function Interface for Python calling C code.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I confirm it, you can close this issue.
It seems they have released the wheels for 1.11.1 now. If you confirm that it is working, this can be closed. Thanks!