-
Notifications
You must be signed in to change notification settings - Fork 70
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
Importing lz4 is very slow #154
Comments
Thanks for the report - that doesn't sound good. To be sure that the diagnosis you give is correct, can you run the following:
and upload the |
jonathanunderwood
added a commit
that referenced
this issue
Nov 4, 2018
jonathanunderwood
added a commit
that referenced
this issue
Nov 4, 2018
Fix slow import problem (issue #154) and some flake8 and test issues,
Have just cut a new release, 2.1.2 that removes usage of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my system (Windows 10 Pro WS, SSD, Python 3.7.1, 64 bit, ~1100 packages installed), importing lz4 is very slow (~3.8 seconds) due to importing pkg_resources in
__init__.py
, There are several issues regarding slow import of pkg_resources.The text was updated successfully, but these errors were encountered: