allenai / scitldr

https://scitldr.apps.allenai.org/
Apache License 2.0
746 stars 84 forks source link

Packages Not Found When Creating conda Environment From requirements.txt #1

Closed bjcmit closed 4 years ago

bjcmit commented 4 years ago

When trying to create a conda environment using the requirments.txt file in the root directory on both Windows and Ubuntu, I get the following error:

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

To search for alternate channels that may provide the conda package you're looking for, navigate to

https://anaconda.org

rom and use the search bar at the top of the page.

I tried creating a new environment and pip installing each package in requirements.txt one at a time, but I got the same kind of error.

bjcmit commented 4 years ago

Created a conda environment with python >=3.5, and then ran pip install -r requirement.txt, and everything installed successfully.