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

perftest doesn't work with python 3.12 #2208

Open
wrmay opened this issue Mar 14, 2024 · 0 comments
Open

perftest doesn't work with python 3.12 #2208

wrmay opened this issue Mar 14, 2024 · 0 comments

Comments

@wrmay
Copy link
Contributor

wrmay commented Mar 14, 2024

Here is the error. It occurs when running "perftest --help"

Traceback (most recent call last):
File "/Users/rmay/Documents/projects/hazelcast-simulator/bin/../src/perftest_cli.py", line 6, in
from simulator.perftest import PerftestCreateCli, PerftestCloneCli, PerftestRunCli,
File "/Users/rmay/Documents/projects/hazelcast-simulator/src/simulator/perftest.py", line 19, in
import simulator.util
File "/Users/rmay/Documents/projects/hazelcast-simulator/src/simulator/util.py", line 11, in
import pkg_resources
File "/Users/rmay/Documents/projects/hazelcast-simulator/venv/lib/python3.12/site-packages/pkg_resources/init.py", line 2191, in
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?

I haven't had time to dig for the root cause but it works with python 3.11.

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

1 participant