Skip to content

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

Open
soulteary wants to merge 1 commit into
milvus-io:mainfrom
soulteary:fix/importlib-missing
Open

fix: Automatic installation when the dependent package does not exist#11
soulteary wants to merge 1 commit into
milvus-io:mainfrom
soulteary:fix/importlib-missing

Conversation

@soulteary

@soulteary soulteary commented Sep 14, 2022

Copy link
Copy Markdown
Contributor

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 force-pushed the fix/importlib-missing branch from f057d30 to 96aa964 Compare September 14, 2022 03:17
@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