You are here

Installation of Rosetta on Mac BigSur

2 posts / 0 new
Last post
Installation of Rosetta on Mac BigSur
#1

Hi, 

 

I have installed pyrosetta and rosetta on my system and when I try to import in my python code it says module not found. I have a BigSur mac computer. Is it because of my system? Can someone help me who has also installed it on bigSur?

Thank you in advance!

Best,

Rashmi

 

Category: 
Post Situation: 
Tue, 2021-10-12 15:06
rashmijain

Typically when you get the "module not found" error when importing PyRosetta, it has to do with there being multiple Python installations on your machine. You may have successfully installed PyRosetta, but you installed if for one Python, whereas when you're doing the import, you're doing it in a different Python.

I'd recommend double checking where you installed PyRosetta to, and check to make sure it's the same Python that you're using when you get the import error.

Tue, 2021-10-12 15:11
rmoretti