-
Notifications
You must be signed in to change notification settings - Fork 49
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
Python 3.7 #45
Comments
That's what Colab ships now. The 0.2.x release series will allow you to install any Python version but I still need to do some testing before cutting the release. You can try it if you install from
|
@jaimergp
Previously without Python3.8 support in !pip install -q https://github.com/conda-incubator/condacolab/archive/main.tar.gz
import condacolab
condacolab.install_from_url("https://github.com/conda-forge/miniforge/\
releases/download/4.14.0-0/Mambaforge-4.14.0-0-Linux-x86_64.sh") After I run the code above, it takes 2 minutes to finish installation, and the Colab runtime crashes. Normally it should restart in a few seconds, but now it seems it takes forever to restart the runtime. As I mentioned in #44 , previously it doesn't work with !pip install condacolab
import condacolab
condacolab.install() can work with mamba with pinned Python=3.8. Just want to let you know it doesn't seem to support installing any Python version. |
Yes, we released a 0.1.x hotfix to address the 3.8 issue, but the new 0.2.x series from Can you provide logs for the crash? They are available under the menu |
Please ignore some warnings on notebook version (I am using 25GM RAM notebook) but is this an issue?
|
I see two errors:
and:
, which leads me to think there have been API changes in ipython. Both can be fixed but the 2nd will need some extra debugging work and I am bit short of bandwidth these weeks 😬 I'll try to see if I can work on it next week, but most probably it will be somewhere in January. Thanks for the report! |
@jezdez can i please get python3.7 in condalab? It works working perfectly till yesterday, but now it is installing python 3.8.
The text was updated successfully, but these errors were encountered: