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

pdoc3 --version crashes for version 0.5.2 #30

Closed
kwijk opened this issue Feb 13, 2019 · 1 comment

Comments

2 participants
@kwijk
Copy link

commented Feb 13, 2019

When I install pdoc3 0.5.2 via pip3 install pydoc3 on ubuntu 18.04 it installs ok, but running it gives the following error:

> pdoc3 --version
...
AttributeError: module 'pdoc' has no attribute '__version__'

The command works fine after installing pdoc 0.5.1

expected behavior

No crash

pdoc3 version

0.5.2

@kwijk kwijk closed this Feb 13, 2019

@kwijk

This comment has been minimized.

Copy link
Author

commented Feb 13, 2019

I closed issue as I cannot anymore reproduce. I reinstalling pydoc3 0.52 and now it works...

@kernc kernc added the invalid label Feb 13, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.