Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ try:
|
|
19 |
from openbabel import openbabel
|
20 |
except:
|
21 |
print ("openbabel not found, Installing openbabel ")
|
22 |
-
os.system("wget https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /usr/local")
|
23 |
os.system("conda install -c conda-forge openbabel -y")
|
24 |
from openbabel import openbabel
|
25 |
|
|
|
19 |
from openbabel import openbabel
|
20 |
except:
|
21 |
print ("openbabel not found, Installing openbabel ")
|
22 |
+
os.system("wget 'https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh' && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /usr/local")
|
23 |
os.system("conda install -c conda-forge openbabel -y")
|
24 |
from openbabel import openbabel
|
25 |
|