Error with compiling nimble.
> nimble install nimble
....
/.nimble/pkgs/compiler-#head/compiler/ast.nim(13, 50) Error: cannot open 'std/sha1'
thanks
Danke, but
git clone https://github.com/nim-lang/nimble.git
cd nimble
nim c src/nimble
....
/.nimble/pkgs/compiler-#head/compiler/ast.nim(13, 50) Error: cannot open 'std/sha1'
.
I have nimble installed from debian package with nim-lang. I can use module cli from nimble in my app :-), I tried toachive install nimble modules as other packages and using as:
import nimble.cli
Now I do not sure that it's would a good idea anymore.
Howewer Error: cannot open 'std/sha1' is not related with it.
P.
@domogled, currently there no officially supported packages of Nim for Debian or any other Linux distro.
The recommended method to install Nim is https://github.com/nim-lang/Nim#compiling.
If you have any troubles with Nim package in your Linux distro, please ask/complain package maintainer.
This works great
https://nim-lang.org/install_unix.html
Installation using package managers Arch Linux pacman -S nim Debian / Ubuntu apt-get install nim