News

To uninstall the Python package using PIP, you can run pip uninstall package_name, but it depends on whether you want to remove single package or all packages.
🐞 bug report I'm seeing an unexpected testing failure when I import google-cloud-storage via pip, where there is also a subfolder called grpc local to the py_library under test. It feels like a bug ...
🐞 bug report Affected Rule This seems to be an "issue" when you using py_library and add a dependency to it that is in a pip repo not using your default python version. Hopefully I explained that ...
A case of mistaken identity The problem is that packages in the standard Python library should originate only from their official source, rather than being downloaded from third-party repositories ...