Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ try:
|
|
17 |
except:
|
18 |
print ("openbabel not found, Installing openbabel ")
|
19 |
s2 = 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 /home/user/app/local")
|
20 |
-
s1 = os.system("/home/user/app/local/conda install -c conda-forge openbabel -y")
|
21 |
print(s2)
|
22 |
print(s1)
|
23 |
|
|
|
17 |
except:
|
18 |
print ("openbabel not found, Installing openbabel ")
|
19 |
s2 = 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 /home/user/app/local")
|
20 |
+
s1 = os.system("/home/user/app/local/bin/conda install -c conda-forge openbabel -y")
|
21 |
print(s2)
|
22 |
print(s1)
|
23 |
|