conan-io / conan

Conan - The open-source C and C++ package manager
https://conan.io
MIT License
8.12k stars 965 forks source link

Failed requirement 'icu/65.1@qtproject/stable' from 'conanfile.py (qtwebkit/5.212.0-alpha4)' #12092

Open PavaniSivangula opened 1 year ago

PavaniSivangula commented 1 year ago

Issue : 1.We have tried to install the conan with the command "pip install conan". 2.Now we are blocked at issue conanfile.py (qtwebkit/5.212.0-alpha4): WARN: Cannot use matching dependencies for 6.2.0. Runtime errors caused by libraries bundled with Qt may happen. Use Qt >= 5.12.6 to be on a safe side icu/65.1@qtproject/stable: Not found in local cache, looking in remotes... icu/65.1@qtproject/stable: Trying with 'qtproject'... ERROR: Failed requirement 'icu/65.1@qtproject/stable' from 'conanfile.py (qtwebkit/5.212.0-alpha4)' ERROR: Permission denied for user: 'None'. [Remote: qtproject] Exit code: 1

3.We have explored but couldnt get any clue to proceed further. ENVIRONMENT used : WINDOWS 10, python 3.10.7, and our actual task is as mentioned in the link : https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Windows

Please consider our query as priority and your support will be more helpful. Thankyou.

memsharded commented 1 year ago

But this seems more an issue of the https://github.com/qtwebkit/qtwebkit/wiki/Building-QtWebKit-on-Windows specific project than Conan itself.

We don't maintain the icu/65.1@qtproject/stable package, but Qt does. Have you reported in their repos? Do you have a link to share?

PavaniSivangula commented 1 year ago

Hi dear Memsharded, I have noticed few points in the link https://blog.conan.io/2021/03/31/Bintray-sunset-timeline.html. I have started believing that these are the files belonging to , or been part of the conan repositories.| Correct me if I am wrong, also I have no links to share. Thankyou for the quick response.

memsharded commented 1 year ago

Yes, bintray was closed more than 1 year ago, if the packages were back then in bintray, they won't be found anymore. You still have defined a qtproject remote (you can list it with conan remote list), those are the owners of that recipe/package.