A custom component I wrote recently broke because of an error in a dependency.
I get this error:
Unable to install package git+https://github.com/GrocerCheck/LivePopularTimes@master#LivePopularTimes==1.1: ERROR: Could not find a version that satisfies the requirement calendar (from LivePopularTimes==1.1) (from versions: none) ERROR: No matching distribution found for calendar (from LivePopularTimes==1.1) WARNING: You are using pip version 20.2.4; however, version 20.3.3 is available. You should consider upgrading via the '/usr/local/bin/python3 -m pip install --upgrade pip' command.
I see that the author has recently updated to version 1.1, but changing the dependency url in manifest.json does not solve the error.
Any idea why this is failing? I do notice there are no releases or tags active on the repo.
I tried removing the branch or version part of the URL but that also results in invalid URL errors.
I also tried forking the dependency repo and adding a release tag, but also that does not work and results in the same error above.