-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues #10
Comments
For me I just had to |
Hi, i am trying to install this package but any time i try i get Resetting nimlibxlsxwriter
File doesn't exist: include/xlsxwriter.h
stack trace: (most recent call last)
/tmp/nimblecache-1860451227/nimscriptapi_860834137.nim(199, 29)
/home/cnerd/Public/nimlibxlsxwriter/nimlibxlsxwriter.nimble(22, 14) installBefore
/home/cnerd/Public/nimlibxlsxwriter/nimlibxlsxwriter.nimble(19, 10) setupTask
/home/cnerd/.choosenim/toolchains/nim-1.6.2/lib/system/nimscript.nim(273, 7) exec
/home/cnerd/.choosenim/toolchains/nim-1.6.2/lib/system/nimscript.nim(273, 7) Error: unhandled exception: FAILED: nimgen nimlibxlsxwriter.cfg [OSError]
Tip: 1 messages have been suppressed, use --verbose to show them.
Error: Exception raised during nimble script execution I have installed nimgen and i have cloned and |
Hi @C-NERD
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure why, but I had to manually add nimgen and c2nim to my path after installing them with nimble in order to install nimlibxlsxwriter.
Maybe this is a nimble issue?
But I thought it could help to have this as a tip in the installation instructions in case anyone else has this problem too.
Thanks.
The text was updated successfully, but these errors were encountered: