You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, on a clean install of Ubuntu 20.10, the module 'requests' does not seem to be installed, but is a direct dependency of pgi-docgen, see gen/modules.py line 12.
Maybe the documented list of dependencies did not work for me since I used pip --no-deps.
In that case, you will find more transitive dependencies, such as the modules urllib3 and chardet, which the module requests seems to depend on.
Possibly one of the other documented dependencies installs module requests when not using --no-deps.
At any rate, the module requests is a direct dependency.
On newly installed Ubuntu 20.04, after:
- clone this repository
- install package python3-pip
- install python3-virtualenv
then:
gave:
Then:
seems to get past the previous error.
The text was updated successfully, but these errors were encountered: