-
Notifications
You must be signed in to change notification settings - Fork 4
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
Failed to establish a new connection: [Errno 101] Network is unreachable #12
Comments
The internet is required only once to download the trained deep learning model file. |
Sorry I just saw the reply. Could you please explain it in the code after you update the code? So I can download and use it according to the instructions. Thank you very much for your help. |
I apologize for the delay. |
Sorry. Now I'm fine. I updated the code for pharmaconet, but I feel what you need is the offline setup for reward function. Right? (e.g., TacoGFN or RxnFlow) It would be helpful for what function do you need. |
Thanks for sharing your great work. When I use modeling.py for pharmacophore modeling, the following error is reported:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?id=1gzjdM7bD3jPm23LBcDXtkSk18nETL04p (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x2b0755d5eed0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
In fact, the computing cluster I am using now is not connected to the Internet. Could I run your code without an Internet connection?
Many thanks
The text was updated successfully, but these errors were encountered: