NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.87k stars 365 forks source link

Deploy error: boto-2.49.0 not supported for interpreter python3.9 #1468

Closed robbins closed 3 years ago

robbins commented 3 years ago

I installed NixOps via this command: nix shell nixpkgs#nixopsUnstable

This is the config I'm using: https://pastebin.com/z2n3vMsH

I run nixops create trivial-gce.nix -d trivial-gce, and then nixops deploy.

I get this output: https://pastebin.com/UKrmRFkv

It's failing with: error: boto-2.49.0 not supported for interpreter python3.9. Any help is appreciated :)

robbins commented 3 years ago

Should be fixed in https://github.com/NixOS/nixpkgs/pull/135505