-
Notifications
You must be signed in to change notification settings - Fork 25
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
Ubuntu 20.04: missing dependencies cannot be installed #375
Comments
@abooda1981 have you tried installing the https://github.com/openstudiocoalition/OpenStudioApplication/releases/tag/v1.2.0-rc6 release? There were quite a few issues closed regarding installation on Ubuntu. We will be releasing official version 1.2.0 shortly, 1.2.0-rc6 is very close to the final version. |
Thank you for pointing out this Ubuntu version to me. I have downloaded the deb package and attempted to install it, however my error message remains the same. Specifically, see below:
My understanding is that these libraries ("libwxgtk" etc etc) are now deprecated in Ubuntu 20.04. So where would I go to get versions of them that I can use now? Thank you again! |
I recently upgraded one of my machines to Ubuntu 20.04 and don't recall having this problem. I see https://packages.ubuntu.com/focal/libwxgtk3.0-gtk3-0v5 Locally: $ apt-cache policy libwxgtk3.0-gtk3-0v5
libwxgtk3.0-gtk3-0v5:
Installed: 3.0.4+dfsg-15build1
Candidate: 3.0.4+dfsg-15build1
Version table:
*** 3.0.4+dfsg-15build1 500
500 http://fr.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status @abooda1981 Your problem is that you are using If you insist on using dpkg i, you need to run See https://askubuntu.com/questions/40011/how-to-let-dpkg-i-install-dependencies-for-me I'm closing, but if it still doesn't work, give me the output of the above commands and I'll reinvestigate |
Issue overview
Hello, I would like to install OpenStudioApplication on Ubuntu 20.04 (I already have the OpenStudio). I simply cannot get around the dependency issues listed below. I have found several similar issues online but none which seems to exactly answer my question.
I'm guessing that I'm not the only person with Ubuntu 20.04 who uses OpenStudioApplication so I'm hoping somebody can answer this.
Current Behavior
This is what I get when I try to install the OSA:
When I try to install the libraries in question, the following happens:
sudo apt install libwxgtk3.0v5 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libwxgtk3.0v5 E: Couldn't find any package by glob 'libwxgtk3.0v5'
Expected Behavior
Details
The text was updated successfully, but these errors were encountered: