-
Notifications
You must be signed in to change notification settings - Fork 358
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
Custom Python version causes compilation failure #901
Comments
Note also that when But weirdly, when you have the following:
Flask clearly gets installed, and should be found by virtue of venv. |
Changing
|
THis doesn't work:
The shell starts but running devenv up results in:
Given that the shell has a (venv) on it, I'm clueless. |
THis works:
|
UPDATE: the original bug reported in this thread is indeed due to sandboxing. If, on NixOS, I set |
Superseded by #925 |
Describe the bug
Specifying a package in "packages" relative to
config.languages.python.package.pkgs
with customlanguages.python.version
causes devenv to try to download and compile that Python version. It fails, presumably due to sandboxing (on Linux at least).The error:
To reproduce
devenv.nix:
devenv.yaml
If I comment out
languages.python.version
, it doesn't try to compile a Python, and works.Version
Paste the output of
$ devenv version
here.0.6.3
The text was updated successfully, but these errors were encountered: