Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EasyProcess 1.1 cannot be installed on Python 3.11 environment #26

Open
hisabojp opened this issue Dec 13, 2023 · 1 comment
Open

EasyProcess 1.1 cannot be installed on Python 3.11 environment #26

hisabojp opened this issue Dec 13, 2023 · 1 comment

Comments

@hisabojp
Copy link

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

@ponty
Copy link
Owner

ponty commented Dec 17, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants