On Tue, Apr 13 2021, Ricardo Wurmus wrote: > You’re right, this only affects some packages. Here are two > examples: > > [...] > > They both have a redirection in common, but the pypi-uri is > incorrect as it needs to have the underscore. Looking at the JSON object at , it specifies “jupyterlabs-widgets” as ‘info.downloads.name’, which is what the PyPi importer reads to determine the PyPi URI. Would it make sense to just make it read the name that the user specifies in the shell, i.e. ‘./pre-inst-env guix import pypi PACKAGE-NAME’ (see the patch below)? Or will this potentially mess up other PyPi URIs?