hyperbo icon indicating copy to clipboard operation
hyperbo copied to clipboard

Incompatible Dependencies during installation

Open LukasFehring opened this issue 2 years ago • 0 comments

Hey, When installing the repository according to the Readme, calling

pip install "git+https://github.com/google-research/hyperbo.git#egg=hyperbo"

raises

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fvcore 0.1.5.post20221221 requires Pillow, which is not installed.
pybnn 0.0.5 requires emcee, which is not installed.
pybnn 0.0.5 requires torch, which is not installed.
torchvision 0.15.2 requires pillow!=8.3.*,>=5.3.0, which is not installed.
torchvision 0.15.2 requires torch==2.0.1, which is not installed.
xautodl 1.0.0 requires numpy<=1.19.5,>=1.16.5, but you have numpy 1.26.1 which is incompatible.

LukasFehring avatar Oct 23 '23 10:10 LukasFehring