huskier

Results 9 comments of huskier

I’m very curious what the no_MRE stands for? I guess it's **no Minimal Reproducible Example** (no_MRE). Right?

Thanks. @adam-urbanczyk @binfengjiao You may firstly put the code inside the CODE BLOCK. You'd better to make a MRE to pinpoint the issue. ``` [the code] ```

Thanks all of you, @pfmoore @merwok @sinoroc. One more question, when I use the following line to install minimalcadquery(0.0.4) with dependencies, `python -m pip install --index-url https://test.pypi.org/simple/ minimalcadquery==0.0.4 ` There...

Thank you henryiii and pfmoore. @henryiii @pfmoore Actually, I've read the option of "--index-url" at site of [pip finding packages](https://pip.pypa.io/en/stable/cli/pip_install/). > pip looks for packages in a number of places:...

I injected a print statement just before the problem statement "_mod = imp.load_module('_BRep', fp, pathname, description)", and the printed info looks like: > pathname = C:\Anaconda\Lib\site-packages\OCC\_BRep.pyd > desc = ('.pyd',...

The "Plane" constraint is stronger than "Axis" plus "PointInPlane", and it can make the first part's center meet the second part's center as close as possible. In your case, there...

> Plus I think the aspect ratios are different between using assemblies and using the stack directly. The bumps look taller when using assemblies. @chaffra The difference is expected. When...

On my side, there is no problem. The OS: > Windows 11 professional > 23H2 > 22631.3447 The Python distribution: > Anaconda3-2023.09-0-Windows-x86_64.exe > Python 3.11.5 The Python venv is: >...