我在 pip3 install feather 时, 发生以下面错误, 如何解决呢?
ERROR: Cannot install feather==0.0.2, feather==0.0.3, feather==0.0.4, feather==0.0.5, feather==0.0.6, feather==0.0.7, feather==0.0.8, feather==0.1.0, feather==0.1.1 and feather==0.1.2 because these package versions have conflicting dependencies.
The conflict is caused by:
feather 0.1.2 depends on numpy==1.20.2
feather 0.1.1 depends on numpy==1.20.2
feather 0.1.0 depends on numpy==1.20.2
feather 0.0.8 depends on numpy==1.20.2
feather 0.0.7 depends on numpy==1.20.2
feather 0.0.6 depends on numpy==1.20.2
feather 0.0.5 depends on numpy==1.20.2
feather 0.0.4 depends on numpy==1.20.2
feather 0.0.3 depends on numpy==1.20.2
feather 0.0.2 depends on numpy==1.20.2
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/us ... icting-dependencies
|