andreaferretti / neo

A matrix library
https://andreaferretti.github.io/neo/
Apache License 2.0
244 stars 18 forks source link

Nimble installation fails #26

Closed arkocal closed 5 years ago

arkocal commented 5 years ago

When I run nimble install neo, I get the following output:

Downloading https://github.com/unicredit/neo using git
       Tip: 5 messages have been suppressed, use --verbose to show them.
     Error: Could not read package info file in /tmp/nimble_3128/githubcom_unicreditneo/neo.nimble;
        ...   Reading as ini file failed with: 
        ...     Invalid section: .
        ...   Evaluating as NimScript file failed with: 
        ...     /usr/lib/nim/pure/distros.nim(192, 5) Error: undeclared identifier: 'nimscriptapi'.

Here is my setup:

Nim Compiler Version 0.19.9 [Linux: amd64]
Compiled at 2018-12-20
Copyright (c) 2006-2018 by Andreas Rumpf

git hash: f9d58b9305e256fc928dc1be059333b6b33d7154
active boot switches: -d:release -d:nativeStackTrace
andreaferretti commented 5 years ago

It was this bug upstream https://github.com/nim-lang/Nim/issues/10024, should be fixed by now

arkocal commented 5 years ago

It did work after recompiling the newest nim and nimble, thanks for the tip.