Closed yangxing844 closed 1 year ago
Hi
there is a known bug on Windows in Pybind11, a subpackage of Pybinding.
When you have the dependencies installed using pip install scipy numpy pytest matplotlib
, you can install the new development version using pip install -i https://test.pypi.org/simple/ pybinding
.
Please let me know if this worked.
Best
Bert
running above command give the following error this is on linux using fresh pyenv python 3.11
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
Looking in indexes: https://test.pypi.org/simple/
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=40.8.0
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies 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.
hi, I just booted up windows, and the successfully installed pybinding, thank you!, however the linux version still can not be installed
You also need the 'setuptools' package, from pip install setuptools
. This is a temporary issue, as when we push to the main PyPi repo, dependencies are installed automatically.
Best
Bert
thanks that resolved my issue
here is the log, I don't know what is happening