Error using module PySpeckle

Hey,

I’m trying to use the Python module for Speckle and I followed the instructions to install through Pip. However, when I try to run the module I get an error:

‘No module named ‘speckle’’.

Does anyone know the cause of this?

Thanks

Hey @dtnaughton,

I’m not a python expert, but (assuming you are using 2.0) it seems you are not importing the mudule correctly, or maybe you’re not running your script inside the virtual environment?

If you could share some screenshots / snippets we can investigate further!

All is fine for me when I run the code in the examples:

@teocomi Hey, it turns out the issue was because I was using Spyder. When I ran python through another IDLE it worked!

1 Like