Skip to content
New issue

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

unable to install #16

Open
Jingle0814 opened this issue Nov 13, 2023 · 1 comment
Open

unable to install #16

Jingle0814 opened this issue Nov 13, 2023 · 1 comment

Comments

@Jingle0814
Copy link

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:

image

Then :
conda activate allsorts
pip install
And I encountered:
image

How do I fix this?
Thanks.

@juanesarango
Copy link

juanesarango commented Jul 17, 2024

You're missing the .: It's pip install .

This will install the deps not defined in env.allsorts.yml but the ones defined in setup.py:

ALLSorts/setup.py

Lines 16 to 23 in be43d6c

install_requires=[
"joblib==0.15.1",
"matplotlib==3.2.1",
"scikit-learn==0.22.1",
"umap-learn==0.4.4",
"plotly==4.14.3",
"kaleido==0.1.0"
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants