Sumithra Bhakthavatsalam
Results
2
comments of
Sumithra Bhakthavatsalam
Hi, I am still seeing this issue on OSX, using python3.7. I `pip install`ed as suggested above: `python3.7 -m pip install -vvv git+https://github.com/wannesm/PySDD.git#egg=PySDD`. Also tried with the `--no-use-pep517`.
It's fixed now! I looked at the other issue (https://github.com/wannesm/PySDD/issues/18) and your proposed solution there worked: ```pip install -vvv --upgrade --force-reinstall --no-binary :all: --no-deps pysdd```. Thanks for your response!