bioactivity-prediction-app icon indicating copy to clipboard operation
bioactivity-prediction-app copied to clipboard

error in ubuntu 20

Open johnfelipe opened this issue 3 years ago • 5 comments

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))

johnfelipe avatar Jun 16 '21 22:06 johnfelipe

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.

yousef337 avatar Jul 04 '21 23:07 yousef337

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

johnfelipe avatar Jul 05 '21 13:07 johnfelipe

Streamlit, 0.84.0 Pandas, 1.2.5 base58, 2.1.0

yousef337 avatar Jul 05 '21 16:07 yousef337

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 .

johnfelipe avatar Jul 05 '21 16:07 johnfelipe

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

Note that first letters of every word is small letter

yousef337 avatar Jul 05 '21 16:07 yousef337