1

I just uploaded my new package to PyPi. It is available here.

I am trying to install it from Google Colab as usual by doing

!pip install mygalaxy

I get an error message saying:

ERROR: Could not find a version that satisfies the requirement mygalaxy (from versions: none) ERROR: No matching distribution found for mygalaxy

I am wondering why is this happening, e.g. is there a lag between uploading packages to pypi and when these packages become available? This is the only related information I could find about it but I it should need more context (explanation) to answer my question.

G. Macia
  • 1,204
  • 3
  • 23
  • 38
  • Colab uses python 3.7.13 while your project requires python 3.9 or higher. You need to either upgrade python and the kernel on Google Colab or to install It using, for instance, conda – Elle Aug 15 '22 at 08:51

0 Answers0