-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
EF tools install makes a strange error on UBUNTU #100539
Comments
Btw,
returns:
|
This looks like a .NET runtime issue |
is there a consistent repro available for this? |
Seems my post of that error is not enough. dotnet tool install --global dotnet-ef --version 8.* And have a error described above. It works well without docker for MacOS. But doesn't work in docker. |
This appears to be a Rosetta issue. Assume you are running emulated amd64 container on an M3? Can you try with an arm64 Ubuntu container? |
Since, I don't use EF anymore, this is not an issue anymore... |
I have dotnet 8.0 on Ubuntu (It works excellent on MacOS)
I would like to install EF tools
So I start command:
dotnet tool install --global dotnet-ef --version 8.*
As a result I have a strange message:
The text was updated successfully, but these errors were encountered: