question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Standard installation through pip and conda

See original GitHub issue

TL;DR: don’t pip install prolif yet

ProLIF currently depends on a custom fork of MDAnalysis which is not available on the PyPI repositories. This is because ProLIF depends on features that are not yet merged in the main branch of MDAnalysis, and that will be available in one of their next release.

Until all the needed features are released on PyPI, I have to rely on this custom fork, which makes it impossible to upload ProLIF v0.3.0 and above to PyPI (see this build for more technical info).

The package that is currently installed with pip install prolif is a much older version that corresponds to this GitHub repository that I decided to deprecate as it has bugs, is untested, and could only read some MOL2 files.

Once the MDAnalysis update is on PyPI, I’ll upload the releases there. For conda, I’m guessing the issue will be the same (I doubt that I can have dependencies that aren’t on conda/pip) so I’ll wait for this as well.

For now, stay safe and pip install git+https://github.com/chemosim-lab/ProLIF.git, or even better, refer to the installation instructions.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
cbouycommented, Jan 18, 2022

@IAlibay sure, from what I remember it was close to being done, maybe missing a few tests. I’ve just rebased the branch from develop, I’ll do my best to tackle test failures and missing coverage when that’s done.

1reaction
hadimcommented, Mar 3, 2022

Thanks for the update @cbouy.

Just ping again once ready, and I will warp up the feedstock PR.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using Pip in a Conda Environment - Anaconda
Use pip only after conda. install as many requirements as possible with conda, then use pip ; Use conda environments for isolation. create...
Read more >
Using Pip to install packages to Anaconda Environment
Run conda install pip . This will install pip to your venv directory. Find your anaconda directory, and find the actual venv folder....
Read more >
Coding in python: Managing packages with conda and pip
pip is the standard package manager for python, meaning you can use it both inside and outside of Anaconda. It allows you to...
Read more >
Environments, Conda, Pip, aaaaah! | by Dennis Bakhuis
Miniconda is a base installation with a Python system, Pip, Conda, and some other tools. While it is straight forward to install, here...
Read more >
Install via pip or conda — MNE 1.2.2 documentation
We suggest to install MNE-Python into its own conda environment. ... of minutes) to resolve on some systems via the default conda solver....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found