Closed IgnacioJPickering closed 4 years ago
Currently "pip install torchani" fails if you dont have the "requests" module, on import.
to reproduce:
conda create --name=new_env python=3.7 -y conda activate new_env pip install torchani python -c "import torchani"
Currently "pip install torchani" fails if you dont have the "requests" module, on import.
to reproduce: