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
Getting very strange output:
$ johnnydep tensorflow 2022-01-07 13:17:33 [info ] init johnnydist [johnnydep.lib] dist=tensorflow parent=None name summary ---------- ------------------------------------------------------- tensorflow Python AST that abstracts the underlying Python version
Environment:
$ python --version Python 3.7.10 $ johnnydep --version johnnydep v1.10
The text was updated successfully, but these errors were encountered:
@maxhgerlach This seems to be a bug in the library pkginfo, which johnnydep uses to extract metadata from wheels. It's already been reported over there.. https://bugs.launchpad.net/pkginfo/+bug/1953227
For now you can python -m pip install "pkginfo < 1.8" to avoid the bug..
python -m pip install "pkginfo < 1.8"
Sorry, something went wrong.
That works, thanks @wimglenn!
remove dependency on pkginfo. this is motivated by bug https://bugs.l…
f835fdf
…aunchpad.net/pkginfo/+bug/1953227 not having been fixed for years, which meant johnnydep wouldnt work for tensorflow (#78)
No branches or pull requests
Getting very strange output:
Environment:
The text was updated successfully, but these errors were encountered: