Skip to content

VS Code extension fails to start when SchemaX Python library is installed in a virtual environment #115

@vb-dbrks

Description

@vb-dbrks

Issue

The VS Code extension for SchemaX fails to start when the SchemaX Python library is installed in a Python virtual environment (venv) using Miniconda.

Affected Installation Methods:

  • Miniconda
  • uv
  • poetry

The failure is consistent across the above installation tools. The extension does not recognize or load the SchemaX library when these environments are activated.

Reproduction Steps

  1. Create a new Python virtual environment using Miniconda (or uv, poetry).
  2. Install the schemax library within the environment.
  3. Launch VS Code with the environment activated.
  4. Attempt to use SchemaX extension features.

Expected: Extension should start and recognize the installed library.
Actual: Extension fails to start or connect to SchemaX.

Environment Details

  • OS: [please specify]
  • Python Version: [please specify]
  • VS Code Version: [please specify]
  • SchemaX library version: [please specify]

Additional Context

This bug occurs consistently for venvs created by Miniconda, uv, and poetry. No log output is visible from the extension. Manual installation outside a venv works as expected.


Please update here if more logs or traces are available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions