[Core Protocol] Go: package slices is not in GOROOT. Local Development Environment (testnet) #127
-
Did you check the documentation?
Did you read the specs?
Did you check for duplicate questions?
Issue DescriptionI tried to run a testnet or local development environment to test my code at L2 using this doc and this post But I am getting an error I also tried using the full path to go, but that doesn't work either. Full log after calling the command "sudo make devnet-up":
my environment:
on a virtual machine:
Go was installed with doc
Python 3.9 was installed with doc
and below commands to install python3.9 as python3
If I need to add additional information about my environment or anything else - write to me. Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 21 replies
-
please try |
Beta Was this translation helpful? Give feedback.
-
The documentation was updated 9 hours ago, so I tried again. after
|
Beta Was this translation helpful? Give feedback.
-
It is working |
Beta Was this translation helpful? Give feedback.
-
Well, I built it and launched it I removed geth and updated docker with command Result environment:
|
Beta Was this translation helpful? Give feedback.
-
Hey @69popovvlad, We hope your recent question was resolved to your satisfaction. Your feedback is invaluable and helps us improve our support services. Could you spare a moment to fill out a short feedback survey. Thank you for helping us improve our developer community. |
Beta Was this translation helpful? Give feedback.
I usually consider the default 'develop' branch as the latest version (although this may not be accurate). Two points to note: 1. During the execution of "make devnet-up," go downloads a geth. Please locate this geth and set its path as an environment variable (do not download geth separately). 2. If you re-clone the 'develop' branch from git, I believe this issue has already been fixed.