Skip to content
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

Open
willcrutchley opened this issue Jan 27, 2019 · 3 comments
Open

Installation issues #10

willcrutchley opened this issue Jan 27, 2019 · 3 comments

Comments

@willcrutchley
Copy link

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.

@bitnom
Copy link

bitnom commented Oct 17, 2019

For me I just had to nimble install nimgen first.

@C-NERD
Copy link

C-NERD commented Dec 22, 2021

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 sudo make install libxlsxwriter the original project but i still get this error.
Is there something i am missing ?

@ThomasTJdev
Copy link
Contributor

Hi @C-NERD
Maybe my fork will work for you: https://github.com/ThomasTJdev/nimlibxlsxwriter

  1. Ensure that you have latest version of nimgen: https://github.com/genotrance/nimgen
  2. Now use the current master of my fork (uses nimgen).
    or
  3. Use my PR Prepped ThomasTJdev/nimlibxlsxwriter#5 which has compiled nim-files. It avoids the use of nimgen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants