Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CuraEngine 5.8.1 missing file #2197

Open
DiegoHerrera1890 opened this issue Jan 20, 2025 · 0 comments
Open

CuraEngine 5.8.1 missing file #2197

DiegoHerrera1890 opened this issue Jan 20, 2025 · 0 comments

Comments

@DiegoHerrera1890
Copy link

Thank you very much for all your hard work.

I am currently trying to build CuraEngine 5.8 to use Cura's CLI.
When using Cura's CLI, I need to specify the path to my printer's fdmprinter.def.json file. However, if this file comes from Ultimaker Cura version 5.9 and my CuraEngine version is 4.13, it will always throw an error due to missing parameters. I have verified this behavior.

Both versions need to match (e.g., if the fdmprinter.def.json file is from Cura 4.13.1, then CuraEngine must also be version 4.13.1).

Therefore, I am trying to build CuraEngine version 5.8. However, I consistently encounter this error during the build process:
(base) ruso@ruso:~/CuraEngine$ conan install . --profile default --build=missing --update

WARN: **************************************************
WARN: *** Conan 1 is legacy and on a deprecation path **
WARN: *********** Please upgrade to Conan 2 ************
WARN: **************************************************
Configuration (profile_host):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
os_build=Linux
[options]
[build_requires]
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.gnu:define_libcxx11_abi=True
tools.build:skip_test=True

Configuration (profile_build):
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=17
compiler.libcxx=libstdc++11
compiler.version=13
os=Linux
os_build=Linux
curator/*:compiler.cppstd=20
[options]
[build_requires]
[env]
[conf]
tools.cmake.cmaketoolchain:generator=Ninja
tools.gnu:define_libcxx11_abi=True
tools.build:skip_test=True

scripta/0.1.0@ultimaker/testing: Not found in local cache, looking in remotes...
scripta/0.1.0@ultimaker/testing: Trying with 'conancenter'...
scripta/0.1.0@ultimaker/testing: Trying with 'cura-conan2'...
ERROR: Failed requirement 'scripta/0.1.0@ultimaker/testing' from 'conanfile.py (curaengine/5.9.0+source)'
ERROR: Unable to find 'scripta/0.1.0@ultimaker/testing' in remotes

If anyone has any advice, I would greatly appreciate it.

Thank you very much in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant