NixOps is a tool for deploying to NixOS machines in a network or cloud.
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
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 thennixops 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 :)