Replies: 1 comment
-
I think there was a mix-up with the different terminals of ubuntu and windows. I got it working now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am getting the following error with the Nillion Python client. When running
pip install nillion_client
. Did someone encountered the same problem?I am running it on Windows 11 inside WSL Ubuntu. Can someone help? Currently I cannot run the Python Quick-Starter example because of it.
nilup -V; nillion -V nilup v0.8.0 nillion v0.8.0
`Collecting nillion_client
Using cached nillion_client-0.1.1-1733393417-py3-none-any.whl.metadata (1.1 kB)
Collecting cosmpy==0.9.2 (from nillion_client)
Using cached cosmpy-0.9.2-py3-none-any.whl.metadata (5.0 kB)
Collecting secp256k1==0.14.0 (from nillion_client)
Using cached secp256k1-0.14.0.tar.gz (2.4 MB)
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
╰─> [1 lines of output]
'pkg-config' is required to install this package. Please see the README for details.
[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.`
Beta Was this translation helpful? Give feedback.
All reactions