Skip to content

ImportError: Could not load librsync, make sure it is installed #14

Description

@DevinLucaschu

Traceback (most recent call last):
File "C:\Users\Devin Lucaschu\AppData\Local\Programs\Python\Python311\Lib\site-packages\librsync_init_.py", line 20, in
librsync = ctypes.cdll.librsync
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Devin Lucaschu\AppData\Local\Programs\Python\Python311\Lib\ctypes_init
.py", line 446, in getattr
dll = self.dlltype(name)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Devin Lucaschu\AppData\Local\Programs\Python\Python311\Lib\ctypes_init
.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'librsync' (or one of its dependencies). Try using the full path with constructor syntax.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "a:\User\Devin Lucaschu\Download\tex.py", line 2, in
import librsync
File "C:\Users\Devin Lucaschu\AppData\Local\Programs\Python\Python311\Lib\site-packages\librsync_init_.py", line 22, in
raise ImportError('Could not load librsync, make sure it is installed')
ImportError: Could not load librsync, make sure it is installed

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