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

finish.exe requires .nimble directory to be present in home folder #11676

Closed
liquidev opened this issue Jul 6, 2019 · 2 comments
Closed

finish.exe requires .nimble directory to be present in home folder #11676

liquidev opened this issue Jul 6, 2019 · 2 comments

Comments

@liquidev
Copy link
Contributor

liquidev commented Jul 6, 2019

On Windows, when using finish.exe to install Nim, the .nimble folder must be present. Otherwise, an exception is thrown

Example

> finish.exe

Current Output

Error: unhandled exception: file .nimble\bin' does not exist [OSError]

see https://irclogs.nim-lang.org/06-07-2019.html#18:20:56 for full stack trace

Expected Output

The script should proceed without any problems.

Additional Information

This occurs on Nim 0.20.0. Version 0.19.4 worked fine on a Windows VM.

@DongyunLee
Copy link

DongyunLee commented Jul 12, 2019

I have been happened the same problem , And I know you had been found the way to resolve the problem on the irc, but I want to give some tips to other guy who meeting the problem.

By looking up this irc , it might be the finish.exe dont't have the permission to create dirs on the home folder.
So you need to create .nimble/ manually and try running finish.exe.If it still doesn't running,may be you need keep creating .nimble/bin and try running again.

On my pc,it have been run when i did these.

And I organized a blog here

@Araq
Copy link
Member

Araq commented Aug 16, 2019

Fixed in devel.

@Araq Araq closed this as completed Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants