Skip to content

Bug python runtime issue with local report generation#5014

Merged
Martin-Molinero merged 6 commits intoQuantConnect:masterfrom
C-SELLERS:bug-python-runtime-issue-with-local-report-generation
Dec 11, 2020
Merged

Bug python runtime issue with local report generation#5014
Martin-Molinero merged 6 commits intoQuantConnect:masterfrom
C-SELLERS:bug-python-runtime-issue-with-local-report-generation

Conversation

@C-SELLERS
Copy link
Copy Markdown
Contributor

@C-SELLERS C-SELLERS commented Dec 9, 2020

Description

This PR is picked up from #4963 changes.

Taken from the original PR:
Fixed Python runtime issue that was occurring when trying to generate reports locally on OSX/mono, but assume the issue impacts all configurations.

Thank you @cnaccio for finding this issue and the solution.

Related Issue

Closes #4963
Closes #4962

Motivation and Context

Reference issues above

Requires Documentation Change

readme has been updated

How Has This Been Tested?

Tested on Linux generating report on previously run algorithm. Following steps defined in #4962

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change which improves implementation)
  • Performance (non-breaking change which improves performance. Please add associated performance test and results)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Non-functional change (xml comments/documentation/etc)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My branch follows the naming convention bug-<issue#>-<description> or feature-<issue#>-<description>

@C-SELLERS
Copy link
Copy Markdown
Contributor Author

Tested and confirmed report generation behavior on Ubuntu 20.04

Copy link
Copy Markdown
Member

@Martin-Molinero Martin-Molinero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, let's sanity test cloud behavior and open source images 👍

@Martin-Molinero Martin-Molinero merged commit f6be7a4 into QuantConnect:master Dec 11, 2020
@C-SELLERS C-SELLERS deleted the bug-python-runtime-issue-with-local-report-generation branch July 29, 2021 22:17
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

Successfully merging this pull request may close these issues.

BUG: Running QuantConnect.Report.exe locally gives System.DllNotFoundException: python3.6m

3 participants