Closed danjujan closed 6 months ago
@danjujan There is work-in-progress that updates the installation process accordingly: https://github.com/tulip-control/dd/tree/dev_060#cython-bindings
I do not know when it will be ready for general use and merged into main
branch.
@danjujan There is work-in-progress that updates the installation process accordingly: https://github.com/tulip-control/dd/tree/dev_060#cython-bindings
On windows, using set
instead of export
, this does not install dd.cudd
. How can I solve this?
As of dd == 0.6.0
:
pip install --upgrade wheel cython
export DD_FETCH=1 DD_CUDD=1
pip install dd -vvv --use-pep517 --no-build-isolation
The modules dd.cudd
and download.py
are written to build on Linux. Building on Windows would need configuring the build differently, relevant: #68 and https://github.com/tulip-control/dd/issues/78#issuecomment-843647033.
I just confirmed success with the instructions above on Debian 12 (GNU/Linux) with Python 3.11.
@hiddevanesch we should move discussion about Windows to another issue or re-open #68
--install-option
was removed in pip 23.1: https://pip.pypa.io/en/stable/news/#id27 Is there currently a supported way to install dd with cudd bindings from a requirements.txt file?