-
Notifications
You must be signed in to change notification settings - Fork 8
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
[BUG] cffi
Python Package Missing but Required
#88
Comments
Interesting! I've not had this as an issue before! It seems to run fine locally in my testing and in CI! Could I ask what platform you're running this on, etc? Edit: I noticed that my mac has this installed through homebrew as a result of installing python through it - I imagine the image the ubuntu-latest uses on the CI will have this by default as well... |
oh interesting! I am running Fedora Desktop 39 and provisioning my python environments through miniconda. I generally never touch system python but that is interesting your |
Ahh I see! I think a lot of distributions do include it by default, but maybe not as many as I had thought. The GitHub actions do include it as a system package (points to here) - hence I've never had this issue! In fairness I think the GitHub actions images, along with the codespace images, include everything but the kitchen sink - and so we've never hit this as a problem. Given this will probably effects others we should probably throw it in the Do you have the exact output for the error out of interest? I'm just wondering what depends on it |
Strange, I am unable to reproduce the error. Hm. |
I was using
miniconda
to initialize the virtual environment for this project. Everything nearly worked except I got an error afterpip3 install -r requirements
being thatcffi
was missing from requirements but was needed. I installedcffi
with a separate command and everything worked as expected. Here was the list of my packages and their versions -- maybe the requirements.txt needs this package? Can anyone reproduce this error?The text was updated successfully, but these errors were encountered: