Python non-admin install
Python non-admin install
I'm using a TC-08 and followed the instructions here: https://github.com/picotech/picosdk-python-wrappers
everything is working nicely, but I have to run everything as admin.
Is there any way to install for local user?
To be clear I had to do the "pip install ." as admin
and I also have to be admin to do "from picosdk.usbtc08 import usbtc08"
I saw on the github page that you can do "pip install . --user", but that install failed for me.
Thanks,
Steven