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:
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
- Create a new Python virtual environment using Miniconda (or uv, poetry).
- Install the
schemax library within the environment.
- Launch VS Code with the environment activated.
- 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.
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:
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
schemaxlibrary within the environment.Expected: Extension should start and recognize the installed library.
Actual: Extension fails to start or connect to SchemaX.
Environment Details
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.