Opened 7 years ago
Closed 5 years ago
#1819 closed defect (duplicate)
Problem with PyPI dependencies (or dependencies of dependencies?)
Reported by: | Tristan Croll | Owned by: | Conrad Huang |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Tool Shed | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I've just recently added the PyPI package ParmEd (for working with and converting MD force fields) as a dependency for ISOLDE - I'll be needing it to allow users to load their own custom ligand parameterisations. This is causing toolshed install <wheel file>
to fail - not on ParmEd itself, but on its dependency (versioneer). Everything works fine if I manually pip install
ParmEd and versioneer first.
Note:
See TracTickets
for help on using tickets.
Work is happening in #3055.