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

vessel bin runs indefinitely #72

Open
vporton opened this issue Jun 2, 2023 · 2 comments
Open

vessel bin runs indefinitely #72

vporton opened this issue Jun 2, 2023 · 2 comments

Comments

@vporton
Copy link

vporton commented Jun 2, 2023

The command

vessel bin

does not exit already for a few minutes.

vessel.dhall:

{
  dependencies = [ "base", "btree", "stable-rbtree", "stable-buffer" ],
  compiler = Some "0.9.1"
}
$ vessel --version
vessel 0.6.5
@rvanasa
Copy link
Contributor

rvanasa commented Jun 2, 2023

Behind the scenes, one of the files from this GitHub release (depending on your operating system) is downloaded when running the vessel bin command:
https://github.com/dfinity/motoko/releases/tag/0.9.1

If necessary, you could manually add these compiler files to the .vessel/.bin/ directory.

The most likely explanation for the delay is a very slow Internet connection, although it's also possible that this could be an OS-specific bug. Which operating system are you using?

In case it helps with debugging, here is the relevant source code.

@vporton
Copy link
Author

vporton commented Jun 4, 2023

The most likely explanation for the delay is a very slow Internet connection

GitHub downloading is extremely slow for me. You need to replace GitHub by another files hosting.

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

2 participants