question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Qt5.15.2 for IOS not installing

See original GitHub issue

I’m trying to Install Qt for IIOS on macos-latest. I’m using this configuration:

  - name: Cache Qt
      id: cache-qt
      uses: actions/cache@v1
      with:
        path: ../Qt
        key: ${{ runner.os }}-QtCache
    
    - name: Install Qt
      uses: jurplel/install-qt-action@v2.11.1
      with:
        version: '5.15.2'
        target: 'ios'
        cached: ${{ steps.cache-qt.outputs.cache-hit }}
Mon, 18 Jan 2021 08:21:08 GMT
Collecting chardet<5,>=3.0.2
Mon, 18 Jan 2021 08:21:08 GMT
  Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Mon, 18 Jan 2021 08:21:08 GMT
Collecting idna<3,>=2.5
Mon, 18 Jan 2021 08:21:08 GMT
  Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
Mon, 18 Jan 2021 08:21:08 GMT
Collecting urllib3<1.27,>=1.21.1
Mon, 18 Jan 2021 08:21:08 GMT
  Downloading urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
Mon, 18 Jan 2021 08:21:08 GMT
Installing collected packages: urllib3, pyparsing, idna, chardet, certifi, requests, packaging, aqtinstall
Mon, 18 Jan 2021 08:21:08 GMT
Successfully installed aqtinstall-0.10.0 certifi-2020.12.5 chardet-4.0.0 idna-2.10 packaging-20.8 pyparsing-2.4.7 requests-2.25.1 urllib3-1.26.2
Mon, 18 Jan 2021 08:21:08 GMT
WARNING: You are using pip version 20.3.1; however, version 20.3.3 is available.
Mon, 18 Jan 2021 08:21:08 GMT
You should consider upgrading via the '/Users/runner/hostedtoolcache/Python/3.9.1/x64/bin/python3 -m pip install --upgrade pip' command.
Mon, 18 Jan 2021 08:21:08 GMT
python3 -m aqt install 5.15.2 mac ios -O /Users/runner/work/estimator/Qt
Mon, 18 Jan 2021 08:21:11 GMT
2021-01-18 08:21:11,661 - aqt - INFO - aqtinstall(aqt) v0.10.0 on Python 3.9.1 [CPython Clang 11.0.0 (clang-1100.0.33.17)]
Mon, 18 Jan 2021 08:30:16 GMT

The install hang at this point and never goes further. Is this a known issue ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dmedinecommented, Apr 13, 2021

I guess not. Thanks for the quick reply on this! I will make sure to post if I see anything consistently bad on my builds.

0reactions
jurplelcommented, Apr 13, 2021

Oh, I see I see. Glad it’s working for you now, seems like the Qt servers are not completely reliable.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Started with Qt | Qt 5.15
Installing Qt. You can install the Qt Framework and tools by using an online or offline installer, or by building the source packages...
Read more >
Felgo 3.8 installs Qt5.14.2, not Qt5.15.2
Issue seems to be with your Felgo installer. Installing through Qt Marketplace got me there in the end. However, Felgo Live and the...
Read more >
Qt5 QML module is not installed - Stack Overflow
I'll try to answer your questions: I think installed means they are located in the proper paths, so that they can be found...
Read more >
If your iPhone or iPad won't update - Apple Support
If you can't install iOS 16 or iPadOS 16.1 on your iPhone or iPad · If your device doesn't support new software ·...
Read more >
Qt without XCode - how to use Qt Creator for macOS software ...
Summary · Install Xcode's Command Line Tools (i.e. not Xcode itself). · Install Qt using the Online Installer. · Make sure Qt Creator...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found