sh make.sh cffi version mismatch
See original GitHub issuewhen I tried sh make.sh
,
it showed that there is a version mismatch of cffi
However, as I tried to pip install cffi==1.5.2
it is not supported anymore.
Is the real reason for the error really because the version of cffi==1.11.5
isn’t suitable for this implementation,
or maybe there are other problems that i forget
this is my error log
[ error.txt ](url)
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Version mismatch: this is the 'cffi' RAPIDS on Colab
When we import the top-level '_cffi_backend' extension module, we get version 1.14.3, located in '/usr/local/lib/python3.7/site-packages/_ ...
Read more >Seafile community edition 9.0.4 is ready! - Announcement
Version mismatch : this is the 'cffi' package version 1.14.0. I have it running on Arch an the python-cffi ... You can use...
Read more >Installation and Status — CFFI 1.15.1 documentation
This will compile and install CFFI in this virtualenv, using the Python from this virtualenv. NetBSD¶. You need to make sure you have...
Read more >"HDF5 library version mismatched error" - Google Groups
If you have multiple software packages installed on a linux machine as binaries, and they use conflicting versions of the same library, I'm...
Read more >Docker Compose release notes
Fixed the OpenSSL version mismatch error when shelling out to the SSH client (via bump ... variable in container mode when running with...
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
@irislin1006 One quick fix (AFAIK) should be upgrading your system cffi to match with some pip’s cffi. For example,
apt-get python-cffi
to 1.7 and pip again should work.@FrankYoungchen Is that python3?