I am using Nim version 15.3 and nimble version 0.8.0. For some reason nimble fails to read the nimble file with the package.
Downloading https://github.com/nim-lang/sdl2 using git
Info Hint: used config file '/home/username/Nim/config/nim.cfg' [Conf]
Tip: 1 messages have been suppressed, use --verbose to show them.
Error: Traceback (most recent call last)
... nimble.nim(1068) nimble
... nimble.nim(994) doAction
... nimble.nim(601) install
... nimble.nim(565) downloadPkg
... download.nim(199) doDownload
... download.nim(165) verifyClone
... packageparser.nim(325) getPkgInfo
... packageparser.nim(313) getPkgInfoFromFile
... packageparser.nim(288) readPackageInfo
... Could not read package info file in /tmp/nimble_20757/githubcom_nimlangsdl2/sdl2.nimble;
... Reading as ini file failed with:
... Invalid section: .
... Evaluating as NimScript file failed with:
... tmp/nimble_20757/githubcom_nimlangsdl2/sdl2.nimble(2, 1) Error: Error: ambiguous identifier: 'version' --use nimscriptapi.version or system.version.
Any idea what goes wrong here?
This is the file in question i think.