Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Unable to install package 5.9.7
Qt 6.11 is out! See what's new in the release blog

Unable to install package 5.9.7

Scheduled Pinned Locked Moved Unsolved Qt for Python
4 Posts 3 Posters 1.5k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    Xian16
    wrote on last edited by
    #1

    Hello,

    I have a problem with installing qt 5.9.7 (windows).

    1. Firstly, I wanted to install anaconda a few times, but there was following problem with qt that made impossibile to do it:

    ERROR conda.core.link:_execute(699): An error occurred while installing package ‘defaults::qt-5.9.7-vc14h73c81de_0’.
    Rolling back transaction: …working… done

    LinkError: post-link script failed for package defaults::qt-5.9.7-vc14h73c81de_0
    location of failed script: C:\Users\lucas\anaconda3\Scripts.qt-post-link.bat
    ==> script messages <==

    ==> script output <==
    stdout:
    stderr: /F was unexpected at this time.

    return code: 255

    1. After it, i installed mini conda and then tried to install qt manually. I downladed the package and started installation in conda prompt by typing conda install --use-local qt-5.9.7-vc14h73c81de_0.tar.bz2

    Unfortunately, the same story again:

    LinkError: post-link script failed for package defaults::qt-5.9.7-vc14h73c81de_0
    location of failed script: C:\Users\lucas\miniconda3\Scripts.qt-post-link.bat
    ==> script messages <==
    <None>
    ==> script output <==
    stdout:
    stderr: /F was unexpected at this time.

    return code: 255

    After looking for help I thought that there might be a problem with path variables. I set them according to default window settings.

    Finally, I spent lot of hours looking for an answer, but i didin't fix the problem. I would be grateful for you help cause i can't practice

    Thanks.

    jsulmJ 1 Reply Last reply
    0
    • X Xian16

      Hello,

      I have a problem with installing qt 5.9.7 (windows).

      1. Firstly, I wanted to install anaconda a few times, but there was following problem with qt that made impossibile to do it:

      ERROR conda.core.link:_execute(699): An error occurred while installing package ‘defaults::qt-5.9.7-vc14h73c81de_0’.
      Rolling back transaction: …working… done

      LinkError: post-link script failed for package defaults::qt-5.9.7-vc14h73c81de_0
      location of failed script: C:\Users\lucas\anaconda3\Scripts.qt-post-link.bat
      ==> script messages <==

      ==> script output <==
      stdout:
      stderr: /F was unexpected at this time.

      return code: 255

      1. After it, i installed mini conda and then tried to install qt manually. I downladed the package and started installation in conda prompt by typing conda install --use-local qt-5.9.7-vc14h73c81de_0.tar.bz2

      Unfortunately, the same story again:

      LinkError: post-link script failed for package defaults::qt-5.9.7-vc14h73c81de_0
      location of failed script: C:\Users\lucas\miniconda3\Scripts.qt-post-link.bat
      ==> script messages <==
      <None>
      ==> script output <==
      stdout:
      stderr: /F was unexpected at this time.

      return code: 255

      After looking for help I thought that there might be a problem with path variables. I set them according to default window settings.

      Finally, I spent lot of hours looking for an answer, but i didin't fix the problem. I would be grateful for you help cause i can't practice

      Thanks.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Xian16 Why such an old Qt version?
      What "package" is that? Doesn't look like official Qt installer.
      On which Windows version are you trying to install it?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      X 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Xian16 Why such an old Qt version?
        What "package" is that? Doesn't look like official Qt installer.
        On which Windows version are you trying to install it?

        X Offline
        X Offline
        Xian16
        wrote on last edited by
        #3

        @jsulm Thanks for the answer

        1. Package is provided with Anaconda individual Edition. I was looking for a solution in their documention and faq but i didin't found any.

        https://www.anaconda.com/products/individual

        1. Windows 10 home
        JonBJ 1 Reply Last reply
        0
        • X Xian16

          @jsulm Thanks for the answer

          1. Package is provided with Anaconda individual Edition. I was looking for a solution in their documention and faq but i didin't found any.

          https://www.anaconda.com/products/individual

          1. Windows 10 home
          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @Xian16 said in Unable to install package 5.9.7:

          Anaconda individual Edition

          I can indeed see that seems to be supplying PyQt5.9, which is pretty old. When I installed anaconda for PC I did not fetch any such "Anaconda individual Edition", just whatever anaconda was available without that extensive packaging. I don't recall whether that came with a PyQt or I installed PyQt into it myself, but it was certainly a later version. I hesitate to tell you to do that, as I don't know what else you might want from this anaconda distribution and I cannot say what might "break" if you stick with that by upgrade just the Qt component., but I believe most people do it my way.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved