We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to use from url for pypi nix-template complains about not being able to parse its response.
nix-template
$ nix-template python -u https://pypi.org/project/pyEDM/ Determining latest release for pyEDM [2024-06-17T18:40:15Z ERROR nix_template::url] Unable to parse response from pypi.io to json: Error { path: Path { segments: [Map { key: "info" }, Map { key: "author" }] }, original: Error("invalid type: null, expected a string", line: 1, column: 22) }
$ nix-template --version nix-template 0.4.1
The text was updated successfully, but these errors were encountered:
Similar error:
nix-template python -u https://pypi.org/project/roboticstoolbox-python/ --stdout Determining latest release for roboticstoolbox-python [2024-06-23T00:25:12Z ERROR nix_template::url] Unable to parse response from pypi.io to json: Error { path: Path { segments: [Map { key: "info" }, Map { key: "author" }] }, original: Error("invalid type: null, expected a string", line: 1, column: 22) }
Sorry, something went wrong.
No branches or pull requests
When trying to use from url for pypi
nix-template
complains about not being able to parse its response.System info
The text was updated successfully, but these errors were encountered: