Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

How can this problem be solved #152

Closed Huangying11 closed 2 years ago

Huangying11 commented 2 years ago

E:\cura-build-environment\build>cmake -G "NMake Makefiles" -DCMAKE_PREFIX_PATH=..\install_dir -DCMAKE_INSTALL_PREFIX=..\install_dir .. -- Using empty default value for CMAKE_OSX_DEPLOYMENT_TARGET -- Conan: checking conan executable -- Conan: Found program D:/Python310/Scripts/conan.exe -- Conan: Version found Conan version 1.49.0 -- Conan: Installing config from https://github.com/ultimaker/conan-config.git Trying to clone repo: https://github.com/ultimaker/conan-config.git Repo cloned! Copying file .gitignore to C:\Users\admin.conan. Processing conan.conf Defining remotes from remotes.txt Copying file cura.jinja to C:\Users\admin.conan\profiles Copying file cura_build.jinja to C:\Users\admin.conan\profiles Copying file cura_debug.jinja to C:\Users\admin.conan\profiles Copying file cura_release.jinja to C:\Users\admin.conan\profiles -- Conan: checking conan executable -- Conan: Found program D:/Python310/Scripts/conan.exe -- Conan: Version found Conan version 1.49.0 -- Conan: Automatic detection of conan settings from cmake -- Conan: Detected VS runtime: MDd -- Conan: Settings= -pr=default -- Conan: checking conan executable -- Conan: Found program D:/Python310/Scripts/conan.exe -- Conan: Version found Conan version 1.49.0 -- Conan executing: D:/Python310/Scripts/conan.exe install E:/cura-build-environment/conanfile.py -pr=default -g=cmake --build=missing Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=17 os=Windows os_build=Windows [options] [build_requires] [env]

protobuf/3.17.1: Not found in local cache, looking in remotes... protobuf/3.17.1: Trying with 'ultimaker'... ERROR: Failed requirement 'protobuf/3.17.1' from 'conanfile.py (cura-build-environment/None)' ERROR: 429: status code: 429, reason phrase: You have reached your monthly quota for Data Transfer. To continue and start enjoying unlimited transfer, upgrade your subscription. [Remote: ultimaker] CMake Error at build/conan.cmake:540 (message): Conan install failed='1' Call Stack (most recent call first): build/conan.cmake:882 (old_conan_cmake_install) cmake/conan.cmake:15 (conan_cmake_run) CMakeLists.txt:17 (include)

-- Configuring incomplete, errors occurred! See also "E:/cura-build-environment/build/CMakeFiles/CMakeOutput.log".