https://bugs.winehq.org/show_bug.cgi?id=49638
Bug ID: 49638 Summary: regression: get-pip.py installer fails with [WinError 5] Access denied installing Product: Wine Version: 5.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xantares09@hotmail.com Distribution: ---
wine 5.13 does not allow anymore to install pip using get-pip.py:
cd /tmp wget https://www.python.org/ftp/python/3.8.5/python-3.8.5-embed-amd64.zip unzip python-3.8.5-embed-amd64.zip wget https://bootstrap.pypa.io/get-pip.py wine python.exe get-pip.py
PermissionError: [WinError 5] Access denied: 'C:\users\devel\Temp\tmph5r7fzpp\pip.zip\pip\_vendor\certifi\cacert.pem'
this is a regression as wine 5.10 is ok