-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issue running pip install .
for mofid in Google Colab
#30
Comments
Thanks for reporting and trying it out on another platform! I'm not too familiar with Google Colab but may have found a workaround. The source of the crash appears to be parsing the Does it fix the error for you, too? |
pip install .
for mofid in Google Colab
Yes it does, the fix works! Thanks! For other users on Colab, be advised to run One more question: how long does it take to construct a mofid for a given .cif file on your end? The authors whose work I'm reproducing had constructed the mofids for a dataset of 400k+ .cifs, but it takes me ~6s to construct a single mofid. I'm wondering where I should start my optimization. |
Awesome, glad everything's working now! For the ML training set, unfortunately calculating the MOFids is going to take awhile for a large folder of CIFs. Your calculation times are consistent with what I'm seeing on my laptop ( TBH, while you're waiting on HPC resources, your best bet to get started would probably be a precomputed MOFid.smi or similar structural information, if it's available in the SI of that paper or another compatible one. For example, our SmVAE paper includes an training set with RFcodes, so slightly different from MOFid but a similar intent. Maybe something like that could help get things off the ground until you get the compute resources for reproducing the original 400k+ dataset? |
Hey, I got an error that I can't debug when running the pip install. Make init and path setup went without issues.
I was running this on colab. All required setup packages are updated as follows.
Requirement already satisfied: pip in /usr/local/lib/python3.10/dist-packages (23.1.2)
Requirement already satisfied: setuptools in /usr/local/lib/python3.10/dist-packages (68.0.0)
Requirement already satisfied: ez_setup in /usr/local/lib/python3.10/dist-packages (0.9)
The text was updated successfully, but these errors were encountered: