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

importlib is built-in #4

Open
JunCEEE opened this issue Sep 27, 2022 · 1 comment
Open

importlib is built-in #4

JunCEEE opened this issue Sep 27, 2022 · 1 comment

Comments

@JunCEEE
Copy link
Collaborator

JunCEEE commented Sep 27, 2022

importlib is built-in for python3, put it in the requirement.txt will cause error:

ModuleNotFoundError: No module named 'importlib.util'

@shervin86
Copy link
Collaborator

importlib need to be installed for python 3.6
One solution could be to have different requirement.txt files for different versions of Python

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

2 participants