Skip to content
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

Reports package not found on PyPI erroneously #516

Closed
cerrussell opened this issue Aug 31, 2023 · 2 comments · Fixed by AppThreat/atom#71
Closed

Reports package not found on PyPI erroneously #516

cerrussell opened this issue Aug 31, 2023 · 2 comments · Fixed by AppThreat/atom#71

Comments

@cerrussell
Copy link
Contributor

Example project: scrapy
Package reported cannot be found: zope.interface>=5.1.0
PyPI release: https://pypi.org/project/zope.interface/6.0/

The package name is not different from the module name.

@prabhu
Copy link
Contributor

prabhu commented Aug 31, 2023

Atom is returning a slice with incorrect name.

node node_modules/@appthreat/atom/index.js parsedeps -l python -o /tmp/app.atom --slice-outfile /tmp/slices.json /mnt/work/sandbox/scrapy
{
  "name" : "zope.interface>=5.1.0",
  "version" : "",
  "versionSpecifiers" : ""
},

@cerrussell
Copy link
Contributor Author

@prabhu Interesting. Running into this for a few other packages as well. I'll open an issue on atom...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants