-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, I just wanted to let you know that I was not able to install via these instructions until I changed this line:
conda env create -f cond_env.yml
conda activate physcraper_env
pip install -r requirements.txt
pip install -e .
until I changed this line
dependencies:
#- python>=3.5
- python==3.8
- pip
There was some kind of issue with biopython and the latest python in the pip install -r requirements.txt step.
Metadata
Metadata
Assignees
Labels
No labels