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
When loading my scripts I get the following error using p-tqdm >= 1.3. It works for p-tqdm 1.2, though
Matplotlib support failed Traceback (most recent call last): File "/home/irazall/.local/share/JetBrains/Toolbox/apps/PyCharm-P/ch-0/201.7846.77/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 25, in do_import succeeded = activate_func() File "/home/irazall/.local/share/JetBrains/Toolbox/apps/PyCharm-P/ch-0/201.7846.77/plugins/python/helpers/pydev/pydev_ipython/matplotlibtools.py", line 155, in activate_pylab pylab = sys.modules['pylab'] KeyError: 'pylab'
My pipfile looks as follows:
[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] [packages] beautifulsoup4 = "*" easy-google-docs = "*" google = "*" google_auth_oauthlib = "*" google-api-python-client = "*" numpy = "*" openpyxl = "*" pandas = "*" pytest = "*" pytest-parallel = "*" pyyaml = "*" requests = "*" scipy = "*" soupsieve = "*" tqdm = "*" pathos = "*" p-tqdm = "==1.3" [requires] python_version = "3.7"```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When loading my scripts I get the following error using p-tqdm >= 1.3. It works for p-tqdm 1.2, though
Matplotlib support failed Traceback (most recent call last): File "/home/irazall/.local/share/JetBrains/Toolbox/apps/PyCharm-P/ch-0/201.7846.77/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 25, in do_import succeeded = activate_func() File "/home/irazall/.local/share/JetBrains/Toolbox/apps/PyCharm-P/ch-0/201.7846.77/plugins/python/helpers/pydev/pydev_ipython/matplotlibtools.py", line 155, in activate_pylab pylab = sys.modules['pylab'] KeyError: 'pylab'
My pipfile looks as follows:
The text was updated successfully, but these errors were encountered: