I'm trying to install berkleybd for python on windows but I get the following error:
pip install berkeleydb
Collecting berkeleydb
Downloading berkeleydb-18.1.11.tar.gz (174 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
MS Windows is unsupported. I you need it, please let me know!
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
I'm using python 3.13.0 and pip 24.3.1 installing on windows 11
I tried clearing the pip cache and I also tried directing pip to a local version of berkeleydb but neither helped.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742386865a4434234.html
评论列表(0条)