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

[Bug]: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? #2522

Open
1 task done
VishwaS-22 opened this issue Dec 27, 2024 · 2 comments
Assignees
Labels
kind/bug Something isn't working

Comments

@VishwaS-22
Copy link

VishwaS-22 commented Dec 27, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When I tried using 3.12.7, I got the error AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? also there is an issue opened 3mons back and closed, but when I see the offical doc page it's stating that this
pymilvus 2.10.4 supports >=python 3.8, I understand since it's an open source project it might take time for fixing that issue, until then can't we change it to >=3.8 and <=3.11, since we spent lot of time to find this it affected the productivity.

Screenshot 2024-12-27 124100

Expected Behavior

Changing to >=3.8 and <=3.11 instead just >=3.8 requires.

Steps/Code To Reproduce behavior

No response

Environment details

I used ubuntu 22.04.

Anything else?

No response

@VishwaS-22 VishwaS-22 added the kind/bug Something isn't working label Dec 27, 2024
@XuanYang-cn
Copy link
Contributor

PyMilvus is tested and supported for python >=3.8 && <=3.12, I think its a bug if it's unable to be used in python3.12.

@VishwaS-22 Could you please provide full error stack of this exception?

@XuanYang-cn XuanYang-cn self-assigned this Dec 27, 2024
@XuanYang-cn
Copy link
Contributor

/unassign
/assign @VishwaS-22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants