I'm running Python 3.10.4 and am unable to install just about package I was hoping to use, such as Streamlit, Oracle_CX, etc... does anyone have experience overcoming the ResolvePackageNotFound: - python 3.1 message? I was only able to successfully install plotly, seaborn, and a few other packages.
Asked
Active
Viewed 358 times
1 Answers
0
Try with pip
- pip streamlit .
streamlit
have hardcore C dependencies..Even streamlit
community suggets to install package with pip
...Conda is best for installing like git or openjdk, c++ dependencies....Conda fails 70 - 80% of times while installing the libraries which are built on hardcore C dependencies
pip install streamlit

Bhargav - Retarded Skills
- 3,154
- 1
- 6
- 22
-
now I get: ERROR: Could not find a version that satisfies the requirement streamlit (from versions: none) ERROR: No matching distribution found for streamlit WARNING: There was an error checking the latest version of pip. – BP12 Nov 02 '22 at 18:25
-
Try installing in base environmnet...Just to check...Like I mean before activating `virtual environmnet` – Bhargav - Retarded Skills Nov 02 '22 at 18:31
-
same message unfortunately – BP12 Nov 02 '22 at 18:35
-
Clear cache & restart laptop/once...if Same issue then create a new virtual environmnet try intsalling same....If same try updating `conda`...Like see https://stackoverflow.com/questions/45197777/how-do-i-update-anaconda – Bhargav - Retarded Skills Nov 02 '22 at 18:43