milvus
milvus copied to clipboard
[Enhancement]: Supplementary Python version restrictions
Is there an existing issue for this?
- [X] I have searched the existing issues
What would you like to be added?
Supplement and improve the document content
Why is this needed?
The python3 version installed using ./scripts/install_deps.sh on my mac defaults to 3.12, and there are bugs when using conan1.x on 3.12. You can check these issues for details.
https://github.com/conan-io/conan/issues/14801 https://github.com/conan-io/conan/pull/14841/files
Anything else?
ModuleNotFoundError: No module named 'imp'