-
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
Sylvan DD not installing properly through example script #94
Comments
Thanks. I reproduced this error, and I am investigating it now. |
@MaxMicheluttiUnitn Can you try with Python 3.11? I confirmed on my own machine that the script works correctly with Python 3.11 on Ubuntu 22.04 with Linux x86_64.
If it is only possible for you to use Python 3.10, let me know. Probably we can find a solution. |
Furthermore, from a scientific Python standards perspective, Python 3.10 is past the support window: https://scientific-python.org/specs/spec-0000/ |
Thank you for reporting this error, and for reproducing and investigating it. To install on Python 3.10 using the current version of the script pip install pip==23
pip uninstall -y dd
pip install -r <(echo "dd --install-option='--sylvan'") instead of the lines: pip install dd \
-vvv \
--use-pep517 \
--no-build-isolation On Python 3.10, In An alternative approach is to compile from source
To continue using export LD_LIBRARY_PATH=`pwd`/sylvan/src/.libs:$LD_LIBRARY_PATH is needed in this case. Using Python >= 3.11 would be simpler. |
Was the issue addressed? |
I was interested in using the sylvan DD compiler through the python interface provided in this library, but I was unable to install it through the example bash script provided in the docs. In particular this is the output I receive by running the script inside a python 3.10.12 virtual environment on my Linux machine:
The text was updated successfully, but these errors were encountered: