Code from quick start not working

I followed the documentation, and installed concrete-numpy, then I tried running the example in the quick start and got the following error:
image

Hello @mtotbagi,

Could you please list the Python’s installed packages in your current environment and make sure concrete-numpy is present. It should output something like:

Hi,
yes it is there:
image

This is weird then, could you try an import directly from the same environment?

$ python -c 'import concrete.numpy as cnp'

Well, I solved it.
If I tried what you said in the same folder where concrete.py was it didn’t work, but everywhere else it did.
So I changed the name of the file and then it worked as it should. This is a really weird problem.
Thanks for the help!

Sorry I missed the fact that your file was named concrete.py.
At least it is fixed :slight_smile: