Closed effepivi closed 1 year ago
This is due to colab now using python 3.9; they've rolled out a new version yesterday evening https://github.com/googlecolab/colabtools/issues/3450
Current workaround includes;
From the earlier colab issue, this will only work for the next few weeks
Hi, thanks for the report!
Can you try with this hotfix? If it works I'll cut a new 0.1.x release:
!pip install -q https://github.com/conda-incubator/condacolab/archive/py39.tar.gz
import condacolab
condacolab.install()
Hi @jaimergp
it works like a charm (see. Please let me know when you deploy the solution. And a big thank for this wonderful project. It's so useful!
Hi there.
I install the package as follows:
The runtime restarts. When I try to install packages, e.g. using
I get the error as follows:
Note that I did not have the issue yesterday. Yesterday I believe Google Collaborative worked with Python 3.8. It somehow has changed.
Regards,