Skip to content
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

Ironpython version 3.4.1 Exception at runtime console application #1789

Open
lucaregini opened this issue Apr 4, 2024 · 1 comment
Open

Comments

@lucaregini
Copy link

I just downloaded the binary release for IronPython.3.4.1.
Launching the ipy console application results in the following error:

An assembly specified in the application dependencies manifest (ipy.deps.json) was not found:
package: 'Microsoft.Scripting.Metadata', version: '1.0.0'
path: 'Microsoft.Scripting.Metadata.dll'

The same problem doesn't occur with IronPython. 2.7.12. the application run just fine.

Please note that I have not installed the SDK for .net core 3.1 but the runtime packages only.

@lucaregini lucaregini changed the title Ironpythong version 3.4.1 Exception at runtime console application Ironpython version 3.4.1 Exception at runtime console application Apr 4, 2024
@slozier
Copy link
Contributor

slozier commented Apr 6, 2024

Thanks for the report. You can safely remove Microsoft.Scripting.Metadata.dll from ipy.deps.json as it's not used by IronPython. Having this extra DLL in the deps file does not appear to cause any issues on .NET 6.0. Note that .NET Core 3.1 reached end of support in December 2022 so an executable will not be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants