Issue in Installation of umap
- Dominant language
- Python
- Stars
- 8.3k
- Forks
- 871
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 5
Description
!pip install numpy umap-learn
When i tried installing above line below issue arrives. Any solution for this?
Requirement already satisfied: numpy in c:\users\v-prpb\anaconda3\lib\site-packages (1.18.5)
Requirement already satisfied: umap-learn in c:\users\v-prpb\anaconda3\lib\site-packages (0.4.6)
Requirement already satisfied: scikit-learn>=0.20 in c:\users\v-prpb\anaconda3\lib\site-packages (from umap-learn) (0.23.1)
**ERROR: -umba 0.50.1 has requirement llvmlite<0.34,>=0.33.0.dev0, but you'll have llvmlite 0.35.0 which is incompatible.
ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.**
Requirement already satisfied: scipy>=1.3.1 in c:\users\v-prpb\anaconda3\lib\site-packages (from umap-learn) (1.5.0)
Requirement already satisfied: numba!=0.47,>=0.46 in c:\users\v-prpb\anaconda3\lib\site-packages (from umap-learn) (0.52.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\v-prpb\anaconda3\lib\site-packages (from scikit-learn>=0.20->umap-learn) (2.1.0)
Requirement already satisfied: joblib>=0.11 in c:\users\v-prpb\anaconda3\lib\site-packages (from scikit-learn>=0.20->umap-learn) (0.17.0)
Collecting llvmlite<0.36,>=0.35.0
Using cached llvmlite-0.35.0-cp38-cp38-win_amd64.whl (16.0 MB)
Requirement already satisfied: setuptools in c:\users\v-prpb\anaconda3\lib\site-packages (from numba!=0.47,>=0.46->umap-learn) (49.2.0.post20200714)
Installing collected packages: llvmlite
Attempting uninstall: llvmlite
Found existing installation: llvmlite 0.33.0+1.g022ab0f
Contributor guide
Research direction
Reproduce the reported `!pip install numpy umap-learn` command in a Windows Anaconda environment, focusing on the llvmlite and numba dependency conflict. No project file or test is identified; done would require a clearly defined installation outcome and a way to verify that the reported uninstall error is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100