#786 closed enhancement (worksforme)
python3-autopep8 available but not installable and black and isort missing
Reported by: | andreaerdna | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Package |
Version: | Keywords: | ||
Cc: |
Description
The python3-autopep8 package is available at https://download.osgeo.org/osgeo4w/v2/x86_64/release/python3/python3-autopep8/ but it is not listed in setup.ini, so it is not possible to install it using Setup.
Such package is needed in order to enable the Reforma Code functionality in QGIS dev and in the upcoming QGIS 3.32. AFAIK the other Python modules needed for such functionality are black and isort.
Change History (3)
comment:1 by , 19 months ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 19 months ago
mmhh... you are right! I don't know why i didn't find the python3-autopep8 package before...
What about the black
and isort
Python modules? Will them be available as OSGeo4W packages?
If not, is there a recommended why to install them?
E.g. using the OSGeo4W Shell with
python -m pip install module_name
or is it also possible via the QGIS Python console?
python3-autopep8 is both listed and installable.