Problem: Installing python modules fails
|
26th Apr, 2022, 05:19 AM
Post: #5
|
|||
|
|||
RE: Installing python modules fails
When i "apt install libffi-dev", it still shows error output, this time for pysha3.
After searching for pysha3 debian package, found it may be package "python3-sha3": sudo apt install python*sha3 Then the "pip install merkletools" succeeded without any error. Both packages 300kB of data extracted. But after running "pip install -r ./requirements.txt" cffi error output still there, so after searching "cffi python3 package debian" installed "sudo apt install python3-cffi" cffi error remains as seen in this output of pip install command. $ sudo python3 -m pip install cffi Requirement already satisfied: cffi in /usr/lib/python3/dist-packages (1.14.5) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Installing python modules fails - postcd - 25th Apr, 2022, 07:41 PM
RE: Installing python modules fails - Nachteule - 25th Apr, 2022, 07:58 PM
RE: Installing python modules fails - postcd - 26th Apr, 2022, 03:45 AM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 04:03 AM
RE: Installing python modules fails - ericemorson - 4th May, 2024, 05:20 PM
RE: Installing python modules fails - postcd - 26th Apr, 2022 05:19 AM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 05:46 AM
RE: Installing python modules fails - postcd - 26th Apr, 2022, 06:05 AM
RE: Installing python modules fails - Billie34 - 7th Nov, 2023, 12:49 PM
RE: Installing python modules fails - Nachteule - 26th Apr, 2022, 06:10 AM
RE: Installing python modules fails - VictorJane - 18th Jul, 2022, 12:29 PM
|