fireblocks / fireblocks-sdk-py

Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
51 stars 40 forks source link

ModuleNotFoundError: No module named 'fireblocks_sdk' #111

Open jhorsch opened 1 year ago

jhorsch commented 1 year ago

Hi,

I am trying to make a basic request to Fireblocks API using python but getting stopped out at the from/import line. It can’t find the module even though it is shown in my list of python packages.

I’ve copied the line directly from the Github. Any ideas what is going on?

If its just list these 4 lines, I will still get the module error (but if I comment out the 4th line the file executes smoothly)

image

Ive also confirmed the fireblocks-sdk is in correct path location as other modules

image