EasyProcess icon indicating copy to clipboard operation
EasyProcess copied to clipboard

EasyProcess 1.1 cannot be installed on Python 3.11 environment

Open hisabojp opened this issue 1 year ago • 1 comments

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

hisabojp avatar Dec 13 '23 07:12 hisabojp

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.

ponty avatar Dec 17 '23 21:12 ponty