Closed agamemnonc closed 2 years ago
It's mentioned in the readme that you'll need to install it manually. pdbfixer
is only installable via pip install git+X
and requirements like these aren't capable of being packed into a wheel to be distributed on PyPI
Package installs without issue using
pip
even ifpdbfixer
is not installed. This will raise an Error duringimport
.