

I already created a pull request with fixed setup.py lib paths, see here. # - Numpy (installable using "easy_install numpy") # - Numeric (included in the "libs" folder) Nodebox Node-based data application for visualization and generative design Categories > Machine Learning > Generative Art Suggest Alternative Stars 676 License gpl-2. # - polymagic (included in the "libs" folder) # - cPathMatics (included in the "libs" folder)
#Download nodebox install#
Now the package installed successfully and we should be able to use it: $ pythonĪlso, you may still need to manually install some of the dependencies for everything to work correctly, as noted in setup.py itself: # We require some dependencies: Writing /lib/python2.7/site-packages/NodeBox-1.9.7rc2-py2.7.egg-info NodeBox 3.0.53 estaba disponible para descargar desde el sitio web del desarrollador cuando lo revisamos. Try install again: $ python nodebox/setup.py install # Extension('cPolymagic',, extra_link_args=)Įxtension('cPathmatics', ),Įxtension('cPolymagic',, extra_link_args=) Now it turns out some lib paths in setup.py are wrong, no one probably used this for some time while the libs moved around, but we can fix it: # ext_modules = [ Once downloaded, you should find folder called Nodebox in your download folder. It has been around for ages and is entirely trouble free. So setup.py needs to import the nodebox package, let's add the project root dir to Python path, so that the nodebox package can be found and try again: $ export PYTHONPATH=$PYTHONPATH.Ĭlang: error: no such file or directory: 'nodebox/ext/cGeo.c'Įrror: command 'clang' failed with exit status 1 Step 1: Download NodeBox To get the required program go to you should see the screen above. Let's grab the source and try to install it: $ git clone The source apparently moved from SVN to GitHub at as mentioned on the download page and the source package structure changed too. We should be installing the usual way from the source, but as you say the procedure is rather outdated.


We currently recommend using Subversion to grab a copy: If you want to use NodeBox from the command line, you will have to install it.
