Skip to content

Can't install from sources #131

@jeandet

Description

@jeandet

In order to test #128, I installed locally pycrdt-websocket using pip install --upgrade --force git+https://github.com/y-crdt/pycrdt-websocket within my venv but I noticed 2 things:

  • it install into pycrdt/websocket and I see nothing that would create a pycrdt_websocket package, I must have missed something.
  • following the first issue, pycrdt is installed into venv/lib64/python3.13/site-packages/pycrdt while pycrdt-websocket is installed into venv/lib/python3.13/site-packages/pycrdt/websocket which makes it unreachable

I also tried to build a wheel locally cloning the repo with python -m build . but installing the wheel doesn't change anything (as I would expect).

Is there anything I missed?

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