You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The profile setup runs fine. But then, when trying to install, I get the following:
$ conan install . --build=missing --update
WARN: **************************************************
WARN: *** Conan 1 is legacy and on a deprecation path **
WARN: *********** Please upgrade to Conan 2 ************
WARN: **************************************************
ERROR: Error reading '/home/user/.conan/profiles/cura.jinja' profile: ConfigParser: Unrecognized field 'replace_requires'
As far as my understanding of conan goes, replace_requires is a conan >2 option. This seems in contradiction with the specified version (1.65.0). This is weird, but I found a workaround by removing the section altogether in the cura profile.
As you can see, the build process stops because of the missing dependency scripta/0.1.0@ultimaker/testing.
I have tried a few things, in particular removing the cura remote with conan remote remove cura or manually adding a remote: conan remote add cura-conan https://cura.jfrog.io/artifactory/api/conan/cura-conan, all without success.
Any help is very welcome!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to build CuraEngine from source on my machine.
The build process with conan seems kinda broken.
As per the wiki, I've installed conan in version 1.65.0. I'm running this in a venv so it doesn't mess with my whole setup:
$ python -m venv cura_venv $ source cura_venv/bin/activate $ pip install conan==1.65
Now I can assert conan is running fine:
The profile setup runs fine. But then, when trying to install, I get the following:
As far as my understanding of conan goes,
replace_requires
is a conan >2 option. This seems in contradiction with the specified version (1.65.0). This is weird, but I found a workaround by removing the section altogether in the cura profile.Anyway, let's try and re-build!
As you can see, the build process stops because of the missing dependency
scripta/0.1.0@ultimaker/testing
.I have tried a few things, in particular removing the cura remote with
conan remote remove cura
or manually adding a remote:conan remote add cura-conan https://cura.jfrog.io/artifactory/api/conan/cura-conan
, all without success.Any help is very welcome!
The text was updated successfully, but these errors were encountered: