We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
importlib is built-in for python3, put it in the requirement.txt will cause error:
requirement.txt
ModuleNotFoundError: No module named 'importlib.util'
The text was updated successfully, but these errors were encountered:
importlib need to be installed for python 3.6 One solution could be to have different requirement.txt files for different versions of Python
Sorry, something went wrong.
No branches or pull requests
importlib
is built-in for python3, put it in therequirement.txt
will cause error:ModuleNotFoundError: No module named 'importlib.util'
The text was updated successfully, but these errors were encountered: