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
IMPORTANT: ❗
If you have a native Windows Python installed in your windows path, you will get the wrong results above, as your Cygwin path will copy the windows path under normal settings. So either uninstall Python from Cygwin, or remove the Python item in the Windows path, from your Cygwin PATH (via ~/.bashrc, for example). You can test what is used with:
echo${PATH}|tr ":""\n"
ls -al `which python.exe`
ls -al `which python`
Looks like some initial support could be given by changing, replacing these lines:
Win
Bug description
Installation fails on Py3.8 under Cygwin. This is POSIX compatible and should work just as well as under WSL or any other *nix.
...
Test results
{ output of
python -c psutil.tests
(failures only, not full result) }UPDATE 2020-11-07
Apparently Cygwin is not supported as 'posix' nor 'nt', according to these related Issues:
However, there were already some suggested PRs that was (never?) submitted.
The text was updated successfully, but these errors were encountered: