dataprofessor / bioactivity-prediction-app

78 stars 76 forks source link

error in ubuntu 20 #1

Open johnfelipe opened 3 years ago

johnfelipe commented 3 years ago
git clone https://github.com/dataprofessor/bioactivity-prediction-app.git
cd bioactivity-prediction-app
wget https://raw.githubusercontent.com/dataprofessor/moldesc-app/main/requirements.txt
pip install -r requirements.txt

show this

root@two-ubuntu-s-8vcpu-16gb-nyc1-01:~/bioactivity-prediction-app# pip install -r requirements.txt
Collecting streamlit==0.71.0
  Downloading streamlit-0.71.0-py2.py3-none-any.whl (7.4 MB)
     |████████████████████████████████| 7.4 MB 27.4 MB/s
Collecting pandas==1.1.3
  Downloading pandas-1.1.3-cp38-cp38-manylinux1_x86_64.whl (9.3 MB)
     |████████████████████████████████| 9.3 MB 38.3 MB/s
Collecting base58==2.0.1
  Downloading base58-2.0.1-py3-none-any.whl (4.3 kB)
ERROR: Could not find a version that satisfies the requirement subprocess (from -r requirements.txt (line 4)) (from versions: none)
ERROR: No matching distribution found for subprocess (from -r requirements.txt (line 4))
yousef337 commented 3 years ago

Hello johnfelipe,

I had the same problem and my solution was to delete subprocess, os, and pickle from the text file. This should not be an issue since these are pre-installed by default in python3 and the python file will run without any issues.

Moreover, it is possible to obtain updated versions of Streamlit and Pandas modules if you deleted the version part (== and what after it), since then it would always search for the newer versions.

johnfelipe commented 3 years ago

Can you share me your version, do u have it in your repos?

yousef337 commented 3 years ago

Streamlit, 0.84.0 Pandas, 1.2.5 base58, 2.1.0

johnfelipe commented 3 years ago

That will be requerimients?

El lun., 5 de jul. de 2021, 11:24 a. m., Yousef @.***> escribió:

Streamlit, 0.84.0 Pandas, 1.2.5 base58, 2.1.0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dataprofessor/bioactivity-prediction-app/issues/1#issuecomment-874224494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADIWFAKZ6P7JRAAPVGJR2TTWHMDNANCNFSM462MXKYA .

yousef337 commented 3 years ago

Yes, but you have to replace the sapce and the comma with ==

Note that first letters of every word is small letter