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 had a few problems installing allsorts my command: conda env create -f env/allsorts.yml
and I modified the env/allsorts.yml file:
Then : conda activate allsorts pip install And I encountered:
How do I fix this? Thanks.
The text was updated successfully, but these errors were encountered:
You're missing the .: It's pip install .
.
pip install .
This will install the deps not defined in env.allsorts.yml but the ones defined in setup.py:
env.allsorts.yml
setup.py
ALLSorts/setup.py
Lines 16 to 23 in be43d6c
Sorry, something went wrong.
No branches or pull requests
Hi, I had a few problems installing allsorts
my command:
conda env create -f env/allsorts.yml
and I modified the env/allsorts.yml file:
Then :
conda activate allsorts
pip install
And I encountered:
How do I fix this?
Thanks.
The text was updated successfully, but these errors were encountered: