I apologize for my ignorance as am fairly new to this,
Although I have installed pymbar release via conda "conda install -c omnia pymbar" when I try to test the example to check if everything works "python2 ../../alchemical_analysis/alchemical_analysis.py -d data/3-methylindole-11steps -q xvg -p dhdl -u kJ" i was obtaining the following error "ImportError: No module named pymbar"
I then used python3 and passed the error of pymbar but got a new error regarding "SyntaxError: invalid syntax" which presumably is due to the fact that I used python3 instead.
So, my question is there any way to re-install pymbar and make it work with python2?
I apologize for my ignorance as am fairly new to this,
Although I have installed pymbar release via conda "conda install -c omnia pymbar" when I try to test the example to check if everything works "python2 ../../alchemical_analysis/alchemical_analysis.py -d data/3-methylindole-11steps -q xvg -p dhdl -u kJ" i was obtaining the following error "ImportError: No module named pymbar"
I then used python3 and passed the error of pymbar but got a new error regarding "SyntaxError: invalid syntax" which presumably is due to the fact that I used python3 instead.
So, my question is there any way to re-install pymbar and make it work with python2?