Error in basic features

Hello,

I am new to using Concrete and have a basic question. I have successfully installed Concrete-python on my Ubuntu system. However, when I attempt to run the example codes from both GitHub and the website, I encounter an error that provides no information about the problem. Consequently, I tried running a code example from this video and received the following error: “AttributeError: module ‘concrete’ has no attribute ‘compiler’”. I believe there might be some issues related to certain features, as my coding environment doesn’t seem to recognize other attributes such as “encrypt_run_decrypt”. I am struggling to understand why this is happening even though I successfully installed Concrete. I would greatly appreciate your assistance in resolving this matter.

Thank you.

Hello @mahzad_mahdavisharif

Your issue looks like an installation problem, could you confirm that pip freeze output contains concrete-python and that also you don’t run your command inside a path containing a concrete.py file?