Skip to content
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

I can not download the installer #471

Closed
vkaser opened this issue Nov 8, 2022 · 9 comments
Closed

I can not download the installer #471

vkaser opened this issue Nov 8, 2022 · 9 comments

Comments

@vkaser
Copy link

vkaser commented Nov 8, 2022

I am trying to access the ros plug-in download homepage

https://qtcreator-ros.datasys.swri.edu/downloads/installers/bionic/qtcreator-ros-bionic-latest-online-installer.run

to install qt-ros-plugin, but I couldn't.

I think the server has a problem.

Could you fix this problem? Thanks

@christian-rauch
Copy link
Member

The old installer is deprecated and not supported anymore. The README in this repo gives you three options to install the plugin:

  1. install the snap package that includes Qt Creator and the plugin
  2. install the plugin on top of an already existing Qt Creator installation
  3. build everything from source :-)

I doubt that the old installer will be reactivated since it installs a very old Qt Creator version.

@christian-rauch christian-rauch closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2022
@gavanderhoorn gavanderhoorn pinned this issue Nov 8, 2022
@vkaser
Copy link
Author

vkaser commented Nov 9, 2022

@christian-rauch Thank you!

@fayyazpocker
Copy link

Is the installer available somewhere ? I could try to install the snap package but it is quite difficult to install it inside a docker.

@christian-rauch
Copy link
Member

Is the installer available somewhere ?

Which installer do you mean? The online Qt Creator installer is available on the Qt homepage. This is mentioned in the Plugin Installation paragraph on the main page. Did you encounter an issue with this? If the instructions do not work, then please open a new issue so we can update the installation instructions.

I could try to install the snap package but it is quite difficult to install it inside a docker.

Qt Creator and the plugin are meant to be used on a developer desktop or workstation. Running this inside a Docker container is not a "supported" scenario.

@fayyazpocker
Copy link

I meant the bionic installer(https://qtcreator-ros.datasys.swri.edu/downloads/installers/bionic/qtcreator-ros-bionic-latest-online-installer.run). I could find that the alternate solution to get ros plugin by default is to install sudo snap install qtcreator-ros --classic but unfortunately the snapcraft do not work inside the docker container. Hence either i could get the installer.run setup or will have to build the plugin and add to qtcreator manually.

@christian-rauch
Copy link
Member

I meant the bionic installer(https://qtcreator-ros.datasys.swri.edu/downloads/installers/bionic/qtcreator-ros-bionic-latest-online-installer.run).

We already established in the first two posts that the old installer is not available anymore and that we do not plan to support this.

I could find that the alternate solution to get ros plugin by default is to install sudo snap install qtcreator-ros --classic but unfortunately the snapcraft do not work inside the docker container. Hence either i could get the installer.run setup or will have to build the plugin and add to qtcreator manually.

Did you read the installation instructions and tried to install Qt Creator and the plugin as suggested there via the online installer and the plugin archives from the release page?

@fayyazpocker
Copy link

Yes. I tried but there was an issue with glibc version mismatch which would require me to upgrade glibc version in my host which might cause problem with other programs. I installed using online installer and extracted the ros plugin which i downloaded from the release page and tried both installing the plugin via qtcreator also tried manually copying the .so file to the plugins folder. It caused a mismatch version in glibc and showed that it require 2.32 but my system have 2.31.

@christian-rauch
Copy link
Member

Yes. I tried but there was an issue with glibc version mismatch

But this is a different and known issue. If the solution there does not work, then please comment there.

This very issue is for the old installer and was pinned to inform users that the older installer does not exist anymore and that there are now alternative ways to install Qt Creator and the plugin.

@christian-rauch
Copy link
Member

@Levi-Armstrong Can you update the documentation and remove the outdated links to the installer and maybe just have it point to the main page of this GitHub repo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants