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

Cannot install on Ubuntu 20.04.2 #10

Open
omikhailovskii opened this issue May 14, 2021 · 2 comments
Open

Cannot install on Ubuntu 20.04.2 #10

omikhailovskii opened this issue May 14, 2021 · 2 comments
Assignees

Comments

@omikhailovskii
Copy link

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.

@omikhailovskii
Copy link
Author

Same issue with the dependence if python3.8 -m pip install git+https://github.com/sizmailov/bionmr-utils.git is executed

@sizmailov sizmailov self-assigned this May 15, 2021
@sizmailov
Copy link
Owner

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:

python -m pip install git+ssh://[email protected]/sizmailov/bionmr-utils.git@develop

I'll try to roll out new release of bionmr-utils shortly.

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

2 participants