-
Notifications
You must be signed in to change notification settings - Fork 10
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
MDsrv with MDAnalysis #50
Comments
Hey Sergio, the currently easiest way is to comment it out in the setup.py and install it from the git repo. It runs perfectly fine without mdtraj but with MDAnalysis, just the installation raises an issue (need to update that - thanks for the reminder!). I hope that helps you! |
If I comment out mdtraj in setup.py, I can install it. But then I don't get the import option in the web-gui file menu... |
If install with mdtraj (although it is a version commenting out all subroutines that use hardware acceleration) I do get that option. |
okay, this sounds strange and should not happen. MDsrv checks internally if mdtraj or MDAnalysis is installed and if they are, it takes their functionalities to get the utmost possible functions to handle trajectories. |
Now that I can properly install things on my raspberry pi I can come back to this thread. I have installed MDAnalysis as you suggested in the other thread. I still have the problem that if I install with MDAnalysis I don't have the import option. The import appears on the commandline.
I installed it with a new environment. I cloned the mdsrv repository I changed it mda as you said in the previous thread. Then installed it with: pip install -e .
pip install mdanalysis Is there anything else I can help out with? |
Thanks! 🙏 I hope I find time on the weekend to look into it 🤞 |
Yes, this is on the raspberry.
Thanks a lot for helping me! Don't worry if you don't have time, there is no hurry. |
Any luck with this? Is there anything else I can help you with? By the way, I understand this probably low on your priorities (which makes sense). |
Hello,
How can I install MDsvr with MDAnalysis instead of MDtraj?
Thank you in advanced!
Best,
Sergio
The text was updated successfully, but these errors were encountered: