Python non-admin install

Post general discussions on using our drivers to write your own software here
Post Reply
sdurant
Newbie
Posts: 0
Joined: Wed Jan 18, 2023 7:56 pm

Python non-admin install

Post by sdurant »

Hi all,

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

Post Reply