Post Go back to editing

pysmu not found on Mac

I followed the instructions on libsmu website to install libsmu and its python bindings on MacOS.

I used python3.7. I can see pysmu in python3.7/bin folder as you can see inn the attached picture. But When I run alice source code I received "pysmu not found" error.

Any help is appreciated.

Parents Reply
  • Do you mean the site-packages folder? Or something else?

    I add 

    export PYTHONPATH="/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages:$PYTHONPATH"

    to the .bash_profile file.

    I can see the PYTHONPATH has been set to this value by echo command. I can see pysmu in this path "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages"

    But still I get pysmu not found error :(

    Thanks,

    Somayeh

Children