Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

building stacks-blockchain failed #2

Open
fluidvoice opened this issue Dec 8, 2020 · 2 comments
Open

building stacks-blockchain failed #2

fluidvoice opened this issue Dec 8, 2020 · 2 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@fluidvoice
Copy link

Rust/cargo was installed but not put in the path - I had to manually run source $HOME/.cargo/env
The assert cargo on this line did not do anything useful:

assert which("cargo") is not None

@talhasch
Copy link
Owner

talhasch commented Dec 9, 2020

That line is quite important actually. We need cargo in PATH in order to start building. What is your OS?

@talhasch talhasch added bug Something isn't working enhancement New feature or request labels Dec 9, 2020
@talhasch talhasch self-assigned this Dec 9, 2020
@fluidvoice
Copy link
Author

fluidvoice commented Dec 10, 2020

That line is quite important actually. We need cargo in PATH in order to start building. What is your OS?

It was Ubuntu 20.04 LTS in a VirtualBox VM

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants