-
Notifications
You must be signed in to change notification settings - Fork 92
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
Installing siuba into a venv keeps that Positron interpreter from starting #5411
Comments
Not only siuba I think. I have the same problem HTTP request failed sometimes when working with .venv in the newest version |
@ntluong95 Do you have any examples or steps that cause it to happen for you? |
With a new build I got more info: Positron Version: 2024.12.0 (Universal) build 88
Is it the version of numpy? |
I think the siuba project has been deactivated for a while, and it didn't keep update with pandas arrow backend anymore |
System details:
Positron and OS details:
Positron Version: 2024.12.0 (Universal) build 41
Code - OSS Version: 1.93.0
Commit: 39536c2
Date: 2024-11-18T02:47:29.611Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0
Interpreter details:
So far I have mostly been trying this with pyenv and 3.10, 3.11, and 3.12.
Describe the issue:
If I install siuba into a venv, then I cannot start that venv in Positron. I see the "HTTP request failed" error:
If I take a previously existing venv and I additionally install siuba into it, then that venv no longer can start in Positron and it is busted.
Steps to reproduce the issue:
pip install siuba
Expected or desired behavior:
The venv should start in Positron. Do we have incompatible requirements?
Were there any error messages in the UI, Output panel, or Developer Tools console?
The "HTTP request failed" error is in the Extension Host channel. Also I see "Starting language runtime failed. Reason: HTTP request failed" in the Developer Tools.
The text was updated successfully, but these errors were encountered: