Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference vs Expected path? #23

Open
keithgmitchell opened this issue Oct 11, 2022 · 4 comments
Open

Reference vs Expected path? #23

keithgmitchell opened this issue Oct 11, 2022 · 4 comments

Comments

@keithgmitchell
Copy link

Downloaded the tar wheel and ransudo python setup.py install and get the following?


>>> import pyrosetta
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/anaconda3/envs/trimmer_lab/lib/python3.8/site-packages/pyrosetta/__init__.py", line 15, in <module>
    import pyrosetta.rosetta as rosetta
ImportError: dlopen(/opt/anaconda3/envs/trimmer_lab/lib/python3.8/site-packages/pyrosetta/rosetta.so, 2): Symbol not found: __ZNKSt3__115basic_stringbufIcNS_11char_traitsIcEENS_9allocatorIcEEE3strEv
  Referenced from: /opt/anaconda3/envs/trimmer_lab/lib/python3.8/site-packages/pyrosetta/rosetta.so (which was built for Mac OS X 12.0)
  Expected in: /usr/lib/libc++.1.dylib


@roccomoretti
Copy link
Member

It looks like there's an issue with your PyRosetta installation. Which version of PyRosetta did you install (how did you install PyRosetta)? What's the Mac OS version on the machine you are running on?

@keithgmitchell
Copy link
Author

keithgmitchell commented Oct 11, 2022

@lyskov
Copy link
Member

lyskov commented Oct 11, 2022

@keithgmitchell looks like this PyRosetta build might require macOS Monterey to run. I would recommend to try to downloading one of the previous builds, say ~< 300 and see if that makes a difference. (note that you can also install PyRosetta directly thorough Conda)

@lyskov
Copy link
Member

lyskov commented Oct 11, 2022

You should be able to grab release 305 here https://west.rosettacommons.org/pyrosetta/release/release/PyRosetta4.Release.python38.mac/ (use your PyRosetta login and pass) which i think should be able to run on Catalina

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants