treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
763 stars 32 forks source link

.nimble/pkgs/flippy-0.4.7/flippy.nim(1, 22) Error: cannot open file: chroma/blends #129

Closed HJarausch closed 3 years ago

HJarausch commented 3 years ago

Any example I try gives this error: flippy.nim(1, 22) Error: cannot open file: chroma/blends

What am I missing? Thanks for a hint, Helmut

nim --version gives

Nim Compiler Version 1.5.1 [Linux: amd64] Compiled at 2021-01-07 Copyright (c) 2006-2020 by Andreas Rumpf

git hash: 89a21e4ec71e705833d2aacd069e291cf41a19c6 active boot switches: -d:release

treeform commented 3 years ago

Thank you for the bug report!

This error has been fixed. Please update to the most recent version of fidget (and pixie).

treeform commented 3 years ago

Please update or reinstall fidget (so that it picks up the right versions of the libraries).

Feel free to reopen if you are still having issues!

mantielero commented 3 years ago

I am having exactly the same issue. I have tried:

$ nimble refresh
$ nimble install https://github.com/treeform/fidget
$ nimble install pixie

which install: fidget@0.7.7.

mantielero commented 3 years ago

It got fixed by removing the dependencies and installing again:

nimble uninstall fidget supersnappy cligen x11 opengl staticglfw html5_canvas print vmath  pixie flatty  typography  chroma
nimble install fidget
treeform commented 3 years ago

Unfortunately this appears to be a problem in nimble not installing packages correctly.