-
Notifications
You must be signed in to change notification settings - Fork 33
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
Unable to install dreal4 #297
Comments
Our Github action step for checking Ubuntu-20.04 installation has been running successfully every evening, so I believe it should work. I have not tested it via WSL on a Windows machine though. There seems to be an issue with Regarding the question about "pip3 vs complete installation", I think they should be the same, but if there are any difficulties, please send me the instance to me, and I'll take a look. |
Thank you so much for your reply. I will check the issue. |
Hello, i am facing the same problem as well. On windows as soon as i call pip3 install dreal `(base) C:\Users\mirko>pip3 install dreal × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for dreal did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. `pip3 install dreal × python setup.py bdist_wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Running setup.py install for dreal did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. What can i do? |
Hi, I'll check things today. I do not have a Windows machine but I plan to update the wheel and support more python versions, which might help this case as well. |
@mizzonimirko , can you check if you can run |
@soonhokong same story (no anaconda) |
@mizzonimirko , can you download a |
dReal currently only supports Linux and macOS. To extend this support to Windows, the initial step is to determine whether dReal's dependencies can be built on Windows. Also, if there's an option to utilize Linux libraries via WSL, that would be ideal and beneficial. Unfortunately, I currently lack the necessary equipment to test this. If someone can check these requirements are feasible, I will find a way to get a Windows machine to create a Python binding for dReal. |
@ThisIsJairo Did you fix your problem? |
Hi!
I hope you are doing great.
I have been trying to install dReal 4 on WSL with Ubuntu 20.04, but I get the following error
Reading package lists... Done
Building dependency tree
Reading state information... Done
software-properties-common is already the newest version (0.99.9.11).
0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:5 http://ppa.launchpad.net/dreal/dreal/ubuntu focal InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version (1.20.3-1ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 126 not upgraded.
--2023-03-28 14:31:28-- https://github.com/dreal/dreal4/releases/download/4.21.06.2/dreal_4.21.06.2_amd64.deb
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/80283805/99b61c80-d0e1-11eb-9d57-528213c8005a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230328%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230328T053112Z&X-Amz-Expires=300&X-Amz-Signature=816a31f0c041c3387808d8555af23cfd2b36d1ec2357d414b8bd46ad1a9bf8ec&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=80283805&response-content-disposition=attachment%3B%20filename%3Ddreal_4.21.06.2_amd64.deb&response-content-type=application%2Foctet-stream [following]
--2023-03-28 14:31:28-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/80283805/99b61c80-d0e1-11eb-9d57-528213c8005a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230328%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230328T053112Z&X-Amz-Expires=300&X-Amz-Signature=816a31f0c041c3387808d8555af23cfd2b36d1ec2357d414b8bd46ad1a9bf8ec&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=80283805&response-content-disposition=attachment%3B%20filename%3Ddreal_4.21.06.2_amd64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1303720 (1.2M) [application/octet-stream]
dreal_4.21.06.2_amd64.deb: Permission denied
There may be a problem with the permission of my WSL. (Sorry, I am a noob in Ubuntu)
By the way, I have one more question. By using "pip3 install dreal", some functionality can be installed. I am running a code in Google Colab that takes hours to check (it is indeed a complicated condition), but I was wondering if this issue may be solved when using a complete installation rather than the pip one.
Regards!
The text was updated successfully, but these errors were encountered: