-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fails without error in CI for certain import statements #673
Comments
My current workaround was manual exclusion of the offending submodule. |
This doesn't look like a pdoc bug, this looks like gmsh or one of its subdependencies is killing/crashing the process on import (for whatever reason). |
Have now reported this to the gmsh devs as well. |
In this particular case, I was in fact simply not installing the gmsh optional dep before running pdoc. (I've sinced tried again with installing gmsh in the yaml file, but there was in fact no change). Either way, this can probably be closed as I'm happy with using |
Thanks for reporting back! |
Problem Description
My pdoc runner is failing ever since I added the gmsh package as a dependency. Initially I thought I tracked down the failure to an
import gmsh
statement, however I still observe the behaviour after making gmsh an optional dependency and adding the necessary try/except statements.Steps to reproduce the behavior:
I can't reproduce it locally, either on ubuntu or Arch Linux.
I can only reproduce in github using the following workflow:
System Information
It is installed via pip in the workflow, so that should get the latest version.
This is one of the log examples:
Click to expand
Initially it may look like it is caused by the subprocess issue discussed in #450 and I indeed thought so at first, however adding the flag as per the warning message doesn't help.
I wonder if anyone has a chance to try and repro on an ubuntu machine or if there are any further ideas about what could cause this. Thanks
The text was updated successfully, but these errors were encountered: