Skip to content

Installation fails on Python 3.13 — cffi build error (Failed building wheel for cffi) #190

@Snehith-706

Description

@Snehith-706

When running pip install -r requirements.txt on Python 3.13, the installation fails while building cffi.
Steps
1.Clone the repository[git clone https://github.com/fsinfuhh/Bitpoll]
2.cd Bitpoll
3.Create a python evironment using the commands given in documentation.
4.After this when running command called 'pip install -r requirements.txt' its showing like ERROR: failed building wheel for cffi
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1.
This is the Expected Behavior
Dependencies should install successfully, or the README.md should specify the supported Python version.
This issue appears to be due to incompatibility between cffi and Python 3.13.
Using Python 3.10–3.11 resolves the issue.
It might help to update the README.md or requirements to indicate compatible Python versions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions