Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.67k stars 880 forks source link

Arcus error #1884

Closed flashstacks06 closed 1 year ago

flashstacks06 commented 1 year ago

arcus/5.2.2: Not found in local cache, looking in remotes... arcus/5.2.2: Trying with 'conan-center'... ERROR: Failed requirement 'arcus/5.2.2' from 'conanfile.py (curaengine/None)' ERROR: Unable to find 'arcus/5.2.2' in remotes

cody-the-casual-dev commented 1 year ago

I was able to get past this by rerunning the conan config install.. step, followed by the conan profile new default...

Then DONT remove the cura remote as the documentation suggests

jellespijker commented 1 year ago

good that you fixed it, i will close the issue.

can you point me towards the documentation where it still said that you need to remove the cura remote, because I couldn't find it anymore https://github.com/Ultimaker/CuraEngine/wiki/Building-CuraEngine-From-Source

cody-the-casual-dev commented 1 year ago

I am not the one who opened the issue, so hopefully my suggestion fixed it for OP.

The instruction is here: https://github.com/Ultimaker/CuraEngine/wiki/Building-CuraEngine-From-Source#1-configure-conan

It says:

Community developers would have to remove the Conan cura repository because it requires credentials (conan remote remove cura).

jellespijker commented 1 year ago

thx I must have missed that, documentation has been updated

zhangjiangzhao123 commented 1 year ago

I encountered the same problem, but I tried to re execute the command conan config install https://github.com/ultimaker/conan-config.git conan profile new default -- detect -- force does not solve the problem.