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

fix: Automatic installation when the dependent package does not exist #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soulteary
Copy link
Contributor

@soulteary soulteary commented Sep 14, 2022

in some purer python environments:

root@c3bd6b22d446:/# python
Python 3.9.9 (main, Dec 21 2021, 10:35:05) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import milvus
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/milvus/__init__.py", line 9, in <module>
    from importlib_resources import files
ModuleNotFoundError: No module named 'importlib_resources'

@soulteary soulteary changed the title fix: Automatic installation when the dependent package does not exist [WIP] fix: Automatic installation when the dependent package does not exist Sep 14, 2022
@soulteary soulteary changed the title [WIP] fix: Automatic installation when the dependent package does not exist fix: Automatic installation when the dependent package does not exist Sep 14, 2022
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

Successfully merging this pull request may close these issues.

1 participant