Skip to content
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

Bug: Missing libsurrealdb_c.dll when using Surreal KV #132

Open
2 tasks done
A-kirami opened this issue Dec 18, 2024 · 1 comment
Open
2 tasks done

Bug: Missing libsurrealdb_c.dll when using Surreal KV #132

A-kirami opened this issue Dec 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@A-kirami
Copy link

Describe the bug

When attempting to use Surreal KV by running the provided example code, an exception is raised indicating that the file Python\.venv\Lib\site-packages\libsrc\libsurrealdb_c.dll is missing.

Steps to reproduce

  1. Install surrealdb.py according to the documentation.
  2. Run the following code snippet:
    from surrealdb import SurrealDB
    
    db = SurrealDB("surrealkv://path/to/dbfile.kv")
  3. Observe the exception:
    Exception: Python\.venv\Lib\site-packages\libsrc\libsurrealdb_c.dll is missing
    

Expected behaviour

The code should initialize the SurrealDB instance without any errors, allowing seamless interaction with the Surreal KV database.

SurrealDB version

no SurrealDB

surrealdb.py version

surrealdb.py v0.4.1, python 3.12.5, windows 11

Contact Details

No response

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@A-kirami A-kirami added the bug Something isn't working label Dec 18, 2024
@remade
Copy link
Collaborator

remade commented Dec 19, 2024

@A-kirami Thanks for bringing this up. Aware of the issue and resolving shortly

@remade remade self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants