#587 closed defect (fixed)
installing python3-pip fails
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | python3-pip | |
Cc: |
Description
Two different VMs, fresh installation, same result.
Details:
c:\OSGeo4W64\etc\postinstall>python3-pip.bat c:\OSGeo4W64\etc\postinstall>textreplace -std -t apps/Python37/Scripts/pip.exe 'textreplace' is not recognized as an internal or external command, operable program or batch file.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
yes, msvcrt2015 now depends on msvcrt (so now dependencies: python3-pip > python3-core > msvcrt2015 > msvcrt)
Note:
See TracTickets
for help on using tickets.
Installing
msvcrt
package seems to solve the issue. Missing dependency?