-
Notifications
You must be signed in to change notification settings - Fork 262
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
Error importing packages from docker build of gophernotes #233
Comments
This might better be titled |
Well, I could not reproduce this issue on the following setups:
hence my guess that it's somehow related to the docker installation procedure |
There is really nothing special about the docker installation procedure other than it starts with a clean slate. Would you be able to try with an empty GOPATH? Is it possible you're starting with a cache in place of some sort? Could it matter that this is using the Jupyter Notebook single-image? |
That's what puzzles me. The sequence to load packages in module mode with Go >= 1.16 is quite convoluted:
your setup fails at step 4 because the echo at step 6 is not visible in your logs. |
@cosmos72 I was able to run third party with no much hassle when using your gomacro 0.7.3 after the recent update. However, I didn't use Docekrfiles can be found here - https://github.com/butuzov/dots/tree/master/docker-images |
@snowzach reported the following in cosmos72/gomacro#109
I am not expert with docker, so I moved the issue here as it's about gophernotes + docker
(I tested on a plain Linux installation of latest gophernotes without docker, and I could not reproduce this issue)
Any suggestion / help is appreciated.
The text was updated successfully, but these errors were encountered: