We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I just wanted to let you know that I was not able to install via these instructions until I changed this line:
until I changed this line
There was some kind of issue with biopython and the latest python in the
pip install -r requirements.txt
step.The text was updated successfully, but these errors were encountered: