Skip to content

ImportError caused by pygit2 #1176

@rperson1508

Description

@rperson1508
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/discord/ext/commands/bot.py", line 934, in _load_from_module_spec
    spec.loader.exec_module(lib)  # type: ignore
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/bot/cogs/about.py", line 21, in <module>
    import pygit2
  File "/usr/local/lib/python3.9/site-packages/pygit2/__init__.py", line 30, in <module>
    from ._pygit2 import *
ImportError: libssl-9ad06800.so.1.1.1k: cannot open shared object file: No such file or directory

Got this error after updating pygit2. It used to work fine without any errors previously.
Any idea why this happened?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions