asteca / ASteCA

Code for the ASteCA package.
http://asteca.github.io/
MIT License
18 stars 6 forks source link

Import Issue for ASteCA and !pip installation Error on Google Colab #558

Closed Kennyc222 closed 2 months ago

Kennyc222 commented 2 months ago

I have tried many times, now i give up!

May you please check the code whether it is working properly, please??

Thanks Kenny Screen Shot 2024-08-07 at 10 47 47 AM Screen Shot 2024-08-07 at 10 47 58 AM

Gabriel-p commented 2 months ago

Hi Kenny, this looks like an incompatibility between the versions required by asteca (mainly the numpy version) and those required by other packages installed in Google Colab.

I've updated the developer version of the package to handle this, you can install it in Colab using:

!pip3 install git+https://github.com/asteca/ASteCA.git@develop

which will install the unreleased version 0.5.7-dev. Let me know if this works for you

Kennyc222 commented 2 months ago

Yeah! Your code works! Thanks so much