You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install using python3.8 -m pip install bionmr-utils it stucks on pyxmolpp2 compilation. The most recent version (1.6.0) of the latter library is actually compiled just fine. The dependence pyxmolpp2-0.10.4 fails.
Installation using python3.8 -m pip install git+ssh://[email protected]/sizmailov/bionmr-utils.git also fails due to permission denial if git.
The text was updated successfully, but these errors were encountered:
A number of pessimizing std::moves in older version of pyxmolpp2 on newer compilers results to an error due to warning-as-error flag in config. To circumvent this one can rebuild older pyxmolpp2 with more permissible flags or patched sources, both options seems tedious.
At the moment bionmr-utils can be installed with new pyxmolpp2 from develop branch:
When trying to install using
python3.8 -m pip install bionmr-utils
it stucks onpyxmolpp2
compilation. The most recent version (1.6.0) of the latter library is actually compiled just fine. The dependencepyxmolpp2-0.10.4
fails.Installation using
python3.8 -m pip install git+ssh://[email protected]/sizmailov/bionmr-utils.git
also fails due to permission denial ifgit
.The text was updated successfully, but these errors were encountered: