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
When I actually installed it on Python 3.11 environment, I was unable to install it as shown below.
$ pip install EasyProcess
Requirement already satisfied: EasyProcess in c:\users\xxxx\appdata\local\programs\python\python311\lib\site-packages (1.1)
$
3.10 was the latest Python version when I uploaded EasyProcess 1.1 to the Pypi server, that's why it shows 3.10.
https://pypi.org/project/EasyProcess/ is always the latest development version.
It was tested successfully with Python 3.11 and 3.12, and the code didn't changed after the latest upload. (only test files and documentation)
There is no error message in your log, it is already installed, so you can use it on Python 3.11 environment.
Hello,
EasyProcess/README.md located at https://github.com/ponty/EasyProcess is described as follows.
Supported python versions: 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
But https://pypi.org/project/EasyProcess/ says Python::3.10.
When I actually installed it on Python 3.11 environment, I was unable to install it as shown below.
$ pip install EasyProcess
Requirement already satisfied: EasyProcess in c:\users\xxxx\appdata\local\programs\python\python311\lib\site-packages (1.1)
$
Is the latest version not reflected in https://pypi.org/project/EasyProcess/?
Please let me know how to deal with it.
Best Regards,
Hisayuki Fujii
The text was updated successfully, but these errors were encountered: