question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ZipImportError while updating to v4.7.0

See original GitHub issue
Traceback (most recent call last):
  File "..\sublime_plugin.py", line 116, in reload_plugin
    m = importlib.import_module(modulename)
  File "./python3.3/importlib/__init__.py", line 90, in import_module
  File "<frozen importlib._bootstrap>", line 1584, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1565, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
zipimport.ZipImportError: bad local file header in ..\Data\Installed Packages\SublimeLinter.sublime-package
  • Sublime Text 3175 x64 portable
  • Win 10 Pro 1803 x64
  • Package Control v3.3.0
  • SublimeLinter v4.7.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kastecommented, Jul 15, 2018

Probably just restart, and Package control will fix that?

0reactions
kastecommented, Dec 8, 2018

Closing. This issue is not moving and it is still unlikely that we do something wrong here. I’m subsribed to https://github.com/wbond/package_control/issues/947 which also doesn’t move.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved][Linux] Python Installation Error: zipimport.ZipImportError
Today when I installing a specific Python version on Linux, I encountered the following error message: "zipimport.ZipImportError: can't ...
Read more >
pyenv zlib error on MacOS - xcode - Stack Overflow
I have the same ZipImportError but with the following command installation is successful: CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" ...
Read more >
setuptools 3.8 - PyPI
Easily download, build, install, upgrade, and uninstall Python packages. ... Issue #7: Setuptools itself is now distributed as a zip archive in addition...
Read more >
How to Install Python 2.7.18 on CentOS/RHEL 7/6 and Fedora ...
4. Check Python Version. Check the latest version installed of python using below command. During this installation, the latest Python binary ...
Read more >
warning: the python bz2 extension was not compiled. missing the ...
Issue in installing python 3.5.10 using pyenv in macOS - 12.0 M1 ( arm64 ) ... ZipImportError: can't decompress data; zlib not available...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found