-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I install nest2D #1
Comments
I had some luck adding cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DPYTHON_EXECUTABLE=' + sys.executable,
'-DRP_ENABLE_DOWNLOADING=on'] and installing the package from source via |
@EthanRosenthal answer worked for me in Ubuntu 18.04 and Python3. Running the simple_sample.py successfully generated the out.svg file. Thank you a lot! |
You might need to install an earlier version of |
I am trying to install nest2D with
pip install nest2D
but it doesn't work.here is some of the output I get when trying to install
I have installed clipper with
cmake .
andcmake --build . --target install
I have tried setting the environment variable CLIPPER_PATH with
set CLIPPER_PATH=C:/Program Files (x86)/polyclipping
but it still doesn't workI am using windows and Visual Studio Build tools 2019
The text was updated successfully, but these errors were encountered: