Anton Tetov
Anton Tetov
(I want to advertise a `rhino_installable_package`)
I implemented this for a [package I wrote yesterday](https://github.com/tetov/mmec_fab) and it works well, in case anyone wants to see an example. ``` mmec_fab ├── README.md ├── setup.cfg ├── setup.py └──...
Maybe, but that can be done with `"COMPAS::Datastructures::Network"`.. I think just making sure that the more specific the input is, the more specific the action is. If the dict given...
I'll try to look into this a bit.
In [`numpy/lib/__init__.py`](https://github.com/numpy/numpy/blob/v1.19.2/numpy/lib/__init__.py) there's references to modules that were imported from using star import. ```python from .foo import * __all__ = [foo.__all__] ``` I found [some](https://www.mail-archive.com/[email protected]/msg27119.html) [mentions](http://numpy-discussion.10968.n7.nabble.com/How-to-run-unittests-at-build-time-td829.html) of this quirk. Adding...
Yeah, they've been there for quite some time.. Just tried this with 2.91.0 and 2.91.2 and got the same error. @brgcode Was this the problem you had with `>=2.90`? or...
I did a clean install of 2.92 (using official installer, removed Blender prefs from %APPDATA% and cleaned conda cache) and I get the same error. I'll try 2.91.2 next. Maybe...
> > > just for the record, on a clean (as per our docs) install of `blender 2.91.2` with `compas 1.1.0`, the example posted works: > > _image removed for...
Seems like it. I'm in the process of testing this finding in my other installations.
 And here's a working setup for latest compas and latest Blender. * Blender 2.92 * compas 1.2.1 * numpy 1.17.5 * python 3.7.10