facebookresearch/higher

dependency installation issues with requirements.txt

Open

#87 aberto em 8 de nov. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (123 forks)batch import
help wanted

Métricas do repositório

Stars
 (1.556 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I forked the project to work on it and found that merely running pip install -r requirements.txt breaks on platforms that don't match the Pytorch wheel provided in the file. The exact error is

ERROR: torch-1.2.0+cpu-cp37-cp37m-manylinux1_x86_64.whl is not a supported wheel on this platform.

I've found that changing it to torch fixes the issues.

However, the python package parameterized is missing from the list of dependencies without which test_optim.py and test_patch.py breaks.

Guia do colaborador