Skip to content
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

Failing to resolve www.python.org? #45

Open
Supergamer1337 opened this issue Jun 29, 2024 · 1 comment
Open

Failing to resolve www.python.org? #45

Supergamer1337 opened this issue Jun 29, 2024 · 1 comment

Comments

@Supergamer1337
Copy link

I'm trying to install python 3.7 by using the following

environment.systemPackages = [
	nixpkgs-python.packages.x86_64-linux."3.6"
];

But I get the following error when I do

error: builder for '/nix/store/087dc65vagvbvn2il54pm881119l1p0q-Python-3.6.15.tar.xz.drv' failed with exit code 1;
       last 10 log lines:
       >   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
       >                                  Dload  Upload   Total   Spent    Left  Speed
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: www.python.org
       > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left.
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: www.python.org
       > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left.
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: www.python.org
       > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left.
       >   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: www.python.org
       > error: cannot download Python-3.6.15.tar.xz from any mirror
       For full logs, run 'nix log /nix/store/087dc65vagvbvn2il54pm881119l1p0q-Python-3.6.15.tar.xz.drv'.

Using flakes on nixos. Any ideas?

@domenkozar
Copy link
Member

Can you prove a full flake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants