question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sh make.sh cffi version mismatch

See original GitHub issue

when 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:closed
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Perathamcommented, Jul 5, 2018

@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.

0reactions
Perathamcommented, Jul 5, 2018

@FrankYoungchen Is that python3?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found