-
Notifications
You must be signed in to change notification settings - Fork 93
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
Dependencies & compilations on Google colab #76
Comments
Thanks for mentioning this! I've updated the colab. |
Thanks for putting together the Colab notebook for running the SpanBERT model: https://colab.research.google.com/drive/1SlERO9Uc9541qv6yH26LJz5IM9j7YVra#scrollTo=w5n-XspBFHjD. We tried to copy and run it today and ran into a new issue when running the
|
Some sort of version compatibility does seem like the issue, but I don't think it's a python issue as those errors all show python 3.7, which is from 2018. I don't have time to dig into this at the moment, but in the meantime if you find a solution please share it so I can update the colab! |
The colab appears to be broken :/ On local python 3.7 I have psycopg2 dependency error btw |
I'm happy to incorporate a fix if you are able to identify one! |
Sorry I'm currently trying to work with alternative libraries such as wl coref or coref hoi |
Hello,
I tried to ran the following google colab:
https://colab.research.google.com/drive/19nnb2V_p434g9QfV7ILSS6lMr9Jbu8tV#scrollTo=H0xPknceFORt
And it seems like there is an error while attempting to install scikit-learn==0.19.1 and scipy==1.0.0.
I tried to use newer version of scikit-learn and scipy and is works. (except the incompatible errors)
another hack was to remove -D_GLIBCXX_USE_CXX11_ABI=0 from setup_all.sh file.
You may consider to include these changes.
The text was updated successfully, but these errors were encountered: