I am facing some issues with running Prodigy in Ubuntu. I downloaded the prodigy 2.0 zip file from the Github site and I do have Python 3 in my system. I tried following the usage instructions but I am not able to figure out how to start the software and carry out the analysis. If there are any other tutorials or manuals, kindly let me know.
Check https://github.com/haddocking/prodigy
And the usage section. Should also be in the README.md file in your installation
I did try that. But somehow the freesasa is not getting installed properly. Its showing error. Did anybody try installing it on Windows 10?
No worries, it is my WSL internet problem. Now it is sorted.
Previous issue:
I have the similar issue. I tried to install it on my WSL Ubuntu system. But I was told:
$ git clone http://github.com/haddocking/prodigy
Cloning into 'prodigy'...
fatal: unable to access 'http://github.com/haddocking/prodigy/': Could not resolve host: github.com
Just tested and it works
https://github.com/haddocking/prodigy/
The website is also accessible.Try instead downloading the archive.
Could you your network or firewall settingsā¦
Try also https instead of http (just in case)
yes, it was my WSL internet problem.
Open Command Prompt as an Administrator and type these commands:
netsh winsock reset
netsh int ip reset all
netsh winhttp reset proxy
ipconfig /flushdns
Reboot your machine.