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

Issues with installation #3

Open
nicolapozzi opened this issue Dec 13, 2022 · 2 comments
Open

Issues with installation #3

nicolapozzi opened this issue Dec 13, 2022 · 2 comments

Comments

@nicolapozzi
Copy link

Hi Fabio - I tried to install FRETraj using conda and pip but it doesn't work (see screenshots). I am using a Mac. Latest Ananconda distirvution. Any idea? Thank you. Nicola

conda_issue
pip issue_01
pip issue_02

@felixErichson
Copy link

Hey,
have you tried to install FRETraj into a new environment? Maybe there are some package conflicts with FRETraj and the programs in the base environment.

Try the following commands:

conda create --name fretraj_env
conda activate fretraj_env
conda install -c conda-forge fretraj

@fdsteffen
Copy link
Member

Hi Nicola,
As far as I see the problem lies with the mdtraj dependency (https://www.mdtraj.org/1.9.8.dev0/index.html and not fretraj itself) which requires compilation from source as no wheel files are available. From your screenshot it seems that the llvm-ar binary is not found. Maybe this workaround helps?
Best, Fabio

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