question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

suppress openscad message and hanging process

See original GitHub issue

I see the following log message when I import trimesh.

searching for scad in: PATH IN MY VIRTUAL ENVIRONMENT...

This also appears to spawn a process with a GUI (when run on macOS this is very conspicuous due to a dock icon). I’ve had some difficulty tracing down the spawned process with a ps -ef | grep call, but I assume it relates to scad. Is there a way to suppress either one of these behaviors without much hassle?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mikedhcommented, Aug 14, 2019

Ah, maybe try importing our soft dependencies one by one at the REPL to see if it’s something upstream or us:

https://github.com/mikedh/trimesh/blob/fc09589ee7e52553c0d0ad53a75d0a1b9c1aba1f/setup.py#L22-L37

0reactions
pmayostendorpcommented, Aug 29, 2019

I’m going to close this one out. Yes, this behavior is present, but I’m not seeing any adverse effects like hung processes that are chewing up cycles. It’s just odd.

Read more comments on GitHub >

github_iconTop Results From Across the Web

OpenSCAD User Manual/The OpenSCAD Language
This is a printable version of only The OpenSCAD Language Everything else is at OpenSCAD User Manual/Print version For the Contents governed by...
Read more >
OpenScad 2019.04.07 hangs on "New" or "Open File ...
OpenScad 2019.04.07 hangs on "New" or "Open File" when running in 32bit userspace on 64bit Linux kernel #2933.
Read more >
Introduction
I have worked on Image Processing using OpenCV and made a project ... "low hanging" in github, or we can discuss some other...
Read more >
Twisted Torus
The strategy of that generic process is to define the section positions in the planes "orthogonal to the sweep path" translated to each...
Read more >
News
If you're interested, please familiarize yourself with the requirements and ... Show message in console when caches are flushed; » Disable HTML rendering...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found