elsa-workflows / elsa-workflows/elsa-core
[BUG] Python.Runtime.BadPythonDllException was shown when start Elsa.Server.Web in macos.
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
## Description
When I tried to run the Elsa.Server.Web project in macos, I encountered an error message in log.
## Steps to Reproduce
To help us identify the issue more quickly, please follow these guidelines:
1. **Detailed Steps**: Provide a step-by-step description of what leads to the bug. Be as specific as possible.
* clone code from github
* run Elsa.Server.Web project by executing below command:
```bash
dotnet run --project src/bundles/Elsa.Server.Web/Elsa.Server.Web.csproj --framework net8.0
```
2. **Code Snippets**: If the issue involves code (e.g., JavaScript error, server request failure), include the relevant snippets where the issue occurs.
- NONE
3. **Attachments**:
- NONE
4. **Reproduction Rate**: Indicate how often the bug occurs when following these steps (e.g., "every time", "intermittently: about 50% of the time").
100%
5. **Video/Screenshots**: Sometimes, complex behaviors are better shown than described. If you think a video or screenshots would help clarify the issue, please include them.
6. **Additional Configuration**:
- dotnet 8.0
## Expected Behavior
The Elsa.Server.Web project can be run without error message in command windows.
## Actual Behavior
There are some error message shown in the output of Elsa.Server.Web project.
## Screenshots
If possible, add screenshots or screen recordings to help explain the problem.
## Environment
- **Elsa Package Version**: main branch.
- **Operating System**: MacOS 14.4
- **.Net version**: 8.0
Contributor guide
Assessment
This issue has not been assessed yet.