-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
PIP install knows only versions up to 1.5.2 #58
Comments
Looks like the GitHub Automation is failing because I'm using an older version of the PyPi upload. https://github.com/TheGroundZero/openvasreporting/actions/runs/9069172828/job/24918129263 https://github.com/TheGroundZero/openvasreporting/blob/master/.github/workflows/pythonpublish.yml |
I don't know anything about pypi publishing. I'll create a dummy project and give it a try. The error under actions is about authentication. From what I could see at pypi.org, there is a token api available. Let me see how it works |
to publish under the new PyPi upload:
|
Totally forgot I already looked into this but had some issues with my PyPi account. |
@dudacgf |
I don't know, because I didn't had the opportunity to test the Trusted Publish workflow (my pypi account was deleted. probably because I was just only doing tests in a dummy project?), only the all-publishing token that's not linked to a specific project. Looks like we'll have to test it as is :/ |
Even though the Action seems to have failed, it looks like the latest release was uploaded to PyPI.
Would I need to change this line to Line 2 in 8ec032f
I'm afraid that doing so would cause the package to be named differently in PyPI |
Describe the bug
I'm trying to install openvasreporting 1.6.0 using pip3
`
(.env) ~/devel/ovr_convert$ pip3 install OpenVAS-Reporting==1.6.0
ERROR: Could not find a version that satisfies the requirement OpenVAS-Reporting==1.6.0 (from versions: 1.0.0, 1.0.1a0, 1.1.0a0, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.5.post3, 1.5.1, 1.5.2)
ERROR: No matching distribution found for OpenVAS-Reporting==1.6.0
`
Application usage
How are you using the application?
developing a helper website that depends on openvasreporting
Application version
The version/release you're working with.
vX.X.X
Python version
Version of your Python and Pip install
python3 --version Python 3.10.12 python3 -m pip --version pip 22.0.2 from ~/devel/ovr_convert/.env/lib/python3.10/site-packages/pip (python 3.10)
Expected behavior
pip3 should instal latest version available in this repository
Other comments
The current available version for pip install makes snyk complains about version 1.5.2. I hate when snyk says I have a bug
The text was updated successfully, but these errors were encountered: