Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, how can I install and import numpy and scipy in python27 environment? Is there a portable way to ship the modules with the plugin?
Sorry if there's already an answer, but I can find only legacy and unclear posts on this topic with mostly broken links. Is there a drive with precompiled packages?
How can I support also windows?
Thanks in advance!
While zipit is almost all corrected, I just wanted to point: NumPy rely on some CPython dll, that need to be compatible with the python executable for more information see Building NumPy for Cinema 4D on Windows. However, that's being said, with c4dpy (in R20 it was not included in the regular c4d installation you need to download it from Downloads Page. Then normally you can just run the usual pip -install NumPy it should work (take care to check NumPy have a tendency to break quite often).
NumPy
For SciPy you can also install it via pip, but Cinema 4D doesn't officially support any Qt porting, so while it's possible to make it work you may encounter some weird behavior (like closing SciPy windows may close Cinema 4D, SciPy windows can't be docked, etc)
For the moment there is no easy way to share these modules with your plugin, the easiest is probably to have a script that will run c4dpy and install the needed dependencies.
Hope this answers your question, Cheers, Maxime.
Hi,
numpy
scipy
c4dpy
Cheers, zipit
Thanks zipit and m_adam!
BTW I just need scientific functions, not Qt UI
I do not use c4dpy with older version than R23. I simply unpack wheels or compile, for example - scipy
without further feedback, we will consider this thread as solved by tomorrow and flag it accordingly.
Cheers, Ferdinand