I'm brand new to Nim, and want to use `atoz` to build some AWS tooling. When I 
try to install, I get this error. What am I missing?
    
    
    nimble install atoz
    Downloading https://github.com/disruptek/atoz using git
      Verifying dependencies for atoz@2626.5.2
         Info:  Dependency on sigv4@>= 1.3.0 & < 2.0.0 already satisfied
      Verifying dependencies for sigv4@1.4.1
         Info:  Dependency on https://github.com/jangko/nimSHA2@< 1.0.0 already 
satisfied
      Verifying dependencies for nimSHA2@0.1.1
         Info:  Dependency on https://github.com/disruptek/balls@>= 3.0.0 & < 
4.0.0 already satisfied
       Warning: Package 'balls' has an incorrect structure. It should contain a 
single directory hierarchy for source files, named 'balls', but file 
'templates.nim' is in a directory named 'tests' instead. This will be an error 
in the future.
          Hint: If 'tests' contains source files for building 'balls', rename 
it to 'balls'. Otherwise, prevent its installation by adding `skipDirs = 
@["tests"]` to the .nimble file.
      Verifying dependencies for balls@3.9.12
         Info:  Dependency on https://github.com/disruptek/grok@>= 0.5.0 & < 
1.0.0 already satisfied
      Verifying dependencies for grok@0.6.4
         Info:  Dependency on https://github.com/disruptek/ups@< 1.0.0 already 
satisfied
      Verifying dependencies for ups@0.4.0
         Info:  Dependency on npeg@>= 0.23.2 & < 2.0.0 already satisfied
      Verifying dependencies for npeg@1.2.2
         Info:  Dependency on https://github.com/disruptek/rest@>= 1.0.0 
already satisfied
      Verifying dependencies for rest@1.0.5
         Info:  Dependency on foreach@>= 1.0.0 already satisfied
      Verifying dependencies for foreach@1.0.2
         Info:  Dependency on https://github.com/disruptek/openapi@>= 3.3.0 & < 
4.0.0 already satisfied
      Verifying dependencies for openapi@3.3.1
         Info:  Dependency on npeg@< 1.0.0 already satisfied
      Verifying dependencies for npeg@0.27.0
         Info:  Dependency on foreach@>= 1.0.1 & < 2.0.0 already satisfied
      Verifying dependencies for foreach@1.0.2
     Installing https://github.com/disruptek/rest.git@>= 1.0.3 & < 2.0.0
    Downloading https://github.com/disruptek/rest.git using git
      Verifying dependencies for rest@1.0.5
         Info:  Dependency on foreach@>= 1.0.0 already satisfied
      Verifying dependencies for foreach@1.0.2
     Installing rest@1.0.5
      Warning:  A package "rest@1.0.5" with checksum 
"154d8e5cede954d1dfd51c38b54239617e905a5a" already exists in the cache.
         Info:  Dependency on npeg@>= 0.22.2 & < 2.0.0 already satisfied
      Verifying dependencies for npeg@1.2.2
           Tip: 36 messages have been suppressed, use --verbose to show them.
    nimble.nim(52)           checkSatisfied
        
        Error:  Cannot satisfy the dependency on npeg 0.27.0 and npeg 1.2.2
    
    
    Run

Reply via email to