-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
🐛 Bug: Error while fetching models eos1579 & eos2thm #338
Comments
@Femme-js kindly add your log file for easy debugging. |
@Femme-js also cross-check and confirm all the required dependencies are installed.
|
Thanks @Zainab-ik @UChisom git-lfs is installed and activated. Still getting the same error. Here is the log file. |
Hi @Femme-js , Do you collect the log file with the |tee command? |
Sure @GemmaTuron |
Thanks @Femme-js ! Let's try to understand what is happening, I can't reproduce the error, but let's see: There is also the chardet urlib conflict but this seems only a warning |
It would also be useful to run it in google colab, using the -v as well and try to see if you get the same error! |
@miquelduranfrigola @Femme-js do the tests for sqlalchemy to make sure we have the right version and go on to test them on colab meanwhile ;) |
Hi @GemmaTuron THe sqlalchemy model I have is version 1.3.24' |
Thanks @Femme-js !
|
Yes, I have same error with model eos1579 on google colab, with same log ouput. However, model eos2thm shows an empty output error in CLI, but it successfully ran onto the collab and prediction was also successful. One thing to note, the sqlalchemy version on my colab is diff (1.4.41) from the CLI |
Ok @Femme-js See issue #369 from @sayantani11 and lets add all the information we have to try and debug it, but don't get stuck here, mark it in the excel as work in progress |
eos2thm.log @GemmaTuron Should I open a different issue for eos2thm, as it is producing the same error on CLI as eos1579, but successfully ran over collab? |
Hello @Femme-js ! Can I ask you to:
|
Older Conda Version: New Conda Version: New PiP Version: Still having the same EmptyOutputError However, the charset warning is not there anymore. |
Thanks @Femme-js ! This might be a memory issue, specially because eos2thm is also failing... we need to do some work to implement memory errors, let's pause this until we have a better idea of how to solve it, I'll get back to you. |
Agree - Memory issues will be difficult to catch. In any case, please try again because we have been doing quite a lot of interesting work on our "exceptions" module in Ersilia. |
Hello @Femme-js, An update from my side followig today's meeting:
Thanks! |
Hi @GemmaTuron Model eos1579 fails to fetch in both colab and CLI. Going through the logs, I can see the error sniff package |
For some reason, API is not being called while fetching both of these models. |
Hi @Femme-js , As I mention above, I did not encounter errors with eos2thm and I had a different error for eos1579 so please can you:
Thanks |
Hi @GemmaTuron I have ensured ersilia is working on my local system. I was able to run eos2thm successfully on my colab, but on CLI the fetch failed. eos1579 failed both with CLI and colab. It is giving different errors on CLI and colab. With both the models on CLI, there is an issue with the sniff package that I am still figuring out. On CLI: On Colab: |
Currently, I am testing both models with updating the conda version on colab. |
Hi, quick update to do some cleaning on the open github issues:
|
Describe the bug.
While fetching the ersilia model eos2thm and eos1579, I am getting the following error:
'''
EmptyOutputError
Error message:
Model API eos1579:predict did not produce an output
'''
Describe the steps to reproduce the behavior
Expected behavior.
Model fetched successfully!
Screenshots.
Operating environment
Ubuntu 18.04.3 LTS
Additional context
No response
The text was updated successfully, but these errors were encountered: