Python storj sdk doesnt support

Hi @Alexey , Yes i tried without that option also it didn’t work for me.
I am using
go version go1.21.0 windows/amd64
Python 3.7.6

Did you install Visual Studio Build Tools (using “Visual C++ build tools” workload)?

Did you install TDM-GCC?

Did you install uplink-python?

You also need to have the specific version of uplink-c

I would recommend to follow these steps from Python storj sdk doesnt support - #11 by Alexey, I just tried one more time, but with the same go version as yours (more fresh) and it’s worked.
My python version is fresher though:

PS C:\Users\User\uplink-c> python --version
Python 3.10.11

So I would recommend to upgrade.

1 Like

curl -L https://github.com/storj/uplink-c/releases/download/v1.7.0/uplink_windows_amd64.dll -o “%LOCALAPPDATA%\Microsoft\WindowsApps\libuplinkc.so”
this resolved my issue. Thanks.

2 Likes