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.