-
Notifications
You must be signed in to change notification settings - Fork 158
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
Potential issue with conda package. #2005
Comments
This is prody’s kdtree, not biopython’s one. It looks like conda isn’t building the prody c extensions properly. Can you give us the installation logs for the current prody and the one that works please? |
Thanks again for reporting this. I have now updated my installation recipe in my release candidates (e.g. jamesmkrieger/prody-feedstock@2ee6172) and will testing building them |
@jamesmkrieger Sorry, I have been a bit busy and could not run your request. Anyway, thank you for the amazing work ! |
No worries. I am hopefully figuring out the conda things anyway If you want to use prody in the meantime, I suggest you install it from GitHub: git clone https://github.com/prody/ProDy.git Building the C extensions should fix kdtree and using inplace and -e should make sure python can find them |
Hello, and thank you for all the work you have been doing on proDy. ❤️
I would like to report a potential bug during installation of proDy with conda.
Here is my conda environment file:
I think
biopython
is intalled by proDy since it iis in the dependency. There seem to be no limitation with python3 as we can below.ProDy/setup.py
Lines 16 to 19 in af00703
However, running the code below after installation lead to an error.
Gives:
I try fixing biopython to version 1.76, default was 1.81 during the install. But I could not make it work. In my case, I them fixed proDy to an earlier version 2.0 to make it work.
I might be doing something wrong. But wanted to raise this up, in case it is a trickier issue.
The text was updated successfully, but these errors were encountered: