-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!pip install vina
failed in Google Colab, with a Linux Python 3 Google Compute Engine backend
#330
Comments
I had the same error on Colab and on conda env (Ubuntu PC). On my PC, I ran these commands conda create -n vina the long msg error is attached |
Hi @Jameel9 |
thank you! |
Hi all, I would be deeply grateful to receive help for this code issue (not vina itself). I have been trying to run virtual screening using the following code, but I couldn't capture the output for each molecule into a .log file.
|
Hi @Jameel9 Have you tried running this interactively? Doing this on a certain pair of receptor and ligand might be helpful for troubleshooting your own codes. |
Thank you so much @rwxayheee for your response. and But when I copied the code to GitHub, I thought I would make it shorter and less messy but i successfully missed up with arguments wording :). I did ran it interactively before and I kept getting something like this on the terminal as in the image below. The issue here is that I can't capture the affinities of each molecule into an independent log file. |
Hi @Jameel9 |
Ok. Thank you so much. |
The installation was attempted from Google Colaboratory, following a similar procedure to this.
!pip install vina
givesThe connected Python 3 Google Compute Engine backend is Linux.
On the other hand,
conda install
worked ^^after installing condacolab
Hope the information is helpful anyone who run Jupyter Notebook with Google Colab
The text was updated successfully, but these errors were encountered: