ModuleNotFoundError when installing in a container #1839
Unanswered
daveisfera
asked this question in
4. Bugs
Replies: 1 comment
-
I found the issue (#1840) but figuring out why an install from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a minimal reproducer of a breaking change in a container, but I get a
ModuleNotFoundError
when trying to useav
after installing it.Here's the error:
And here's how I started the container:
And I tried both 13.1.0 and 14.1.0:
Any ideas on why this isn't loading like it should?
Beta Was this translation helpful? Give feedback.
All reactions