Re: [python-win32] Troubleshooting with pip install pywin32 using WSL2:Ubuntu and Python 3.8.8

2021-07-29 Thread Mark Hammond



On 29/07/2021 11:05 pm, Giraud Ludovic (AMUNDI) wrote:

Hello,

When I run pip install pywin32 in WSL2:Ubuntu using Python 3.8.8 I get 
the following error log:


WSL is a linux environment - pywin32 simply doesn't work there. You can 
install it via a Windows command-prompt, or in WSL stick to the versions 
of Python that work for Ubuntu but without pywin32.


HTH,

Mark
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] Troubleshooting with pip install pywin32 using WSL2:Ubuntu and Python 3.8.8

2021-07-29 Thread Giraud Ludovic (AMUNDI)
Hello,

When I run pip install pywin32 in WSL2:Ubuntu using Python 3.8.8 I get the 
following error log:

(base) ➜  ~ pip install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32 (from 
versions: none)
ERROR: No matching distribution found for pywin32

python -V
Python 3.8.8

pip --version
pip 21.2.1 from /home/ludo915/.local/lib/python3.8/site-packages/pip (python 
3.8)

Any ideas?

Kind regards.

Ludovic

[cid:89B49E07-4580-47BA-A59D-B0A59F32E6C5]

Ludovic Giraud
PBM - Portfolios & Benchmarks Management
Global Data Management
91 boulevard Pasteur
CS 21564
75730 Paris Cedex 15
Web : www.amundi.com
Tél : +33 1 76 32 67 92
@ : ludovic.giraud-...@amundi.com

Suivez-nous sur :

[twitter]  [linkedin] 
   [facebook] 
   [Sans titre-1] 
   [youtube] 


___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32