IronLanguages / IronLanguages/ironpython3
Ironpython version 3.4.1 Exception at runtime console application
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 316
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure from the IronPython 3.4.1 binary release with the ipy console application and inspect ipy.deps.json alongside the packaged files. Compare the package contents and runtime behavior with IronPython 2.7.12. Done means the released console application starts successfully without the missing Microsoft.Scripting.Metadata.dll error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100