-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Cannot pip install pdoc3 #147
Comments
Pdoc3 installation requires setuptools-scm package: pip install setuptools_scm Please install this first; or what does it error with? |
Thank you! I had to install setuptools-scm and setuptools-git first. Are these packages not included in the requirements? |
Sure they are. Lines 52 to 55 in 72bd982
For some reason your environment (outdated setuptools or pip?) didn't obtain/pick them up properly. That easy_install is worrisome. As the error says, check the logs for full command output? Do explain if you figure it out. 👍 |
Maybe related: pypa/setuptools#1320. |
Actual Behavior
I get this error message in windows 10 during pip install:
Steps to Reproduce
Additional info
The text was updated successfully, but these errors were encountered: