Skip to content

Better error message when Python lib is not found#3650

Merged
JCGoran merged 1 commit into
masterfrom
jelic/fix_error_message
Oct 24, 2025
Merged

Better error message when Python lib is not found#3650
JCGoran merged 1 commit into
masterfrom
jelic/fix_error_message

Conversation

@JCGoran

@JCGoran JCGoran commented Oct 24, 2025

Copy link
Copy Markdown
Collaborator

Fix #3649.

No test because I would need to setup a whole CI for this (all other CIs have Python built-in, so come with libpython in one form or another).

@sonarqubecloud

Copy link
Copy Markdown

@azure-pipelines

Copy link
Copy Markdown

✔️ 06e88ff -> Azure artifacts URL

@github-actions

Copy link
Copy Markdown
Contributor

✔️ 06e88ff -> artifacts URL

@codecov

codecov Bot commented Oct 24, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.04%. Comparing base (2ad3271) to head (06e88ff).
⚠️ Report is 51 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3650      +/-   ##
==========================================
- Coverage   68.06%   68.04%   -0.03%     
==========================================
  Files         686      686              
  Lines      110907   110907              
==========================================
- Hits        75494    75469      -25     
- Misses      35413    35438      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JCGoran JCGoran marked this pull request as ready for review October 24, 2025 12:38
@JCGoran JCGoran requested review from cattabiani and mgeplf October 24, 2025 12:39
@JCGoran JCGoran merged commit ec34a97 into master Oct 24, 2025
51 checks passed
@JCGoran JCGoran deleted the jelic/fix_error_message branch October 24, 2025 13:10
@JCGoran JCGoran mentioned this pull request Nov 13, 2025
20 tasks
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.

Python wrapper needs better error message if Python shared library is not found

2 participants