planetmarshall/pillow-jpls

Conda recipe

Closed this issue · 2 comments

Hi,

I am working on a conda recipe for your project, which would help with complex dependency management (especially those that require C++). In the process, I ran into the following error [ref]:

ERROR: Error while parsing [options] in conanfile.txt
Options should be specified as 'pkg/*:option=value'
CMake Error at _skbuild/linux-x86_64-3.8/cmake-build/conan.cmake:631 (message):
  Conan install failed='1'
Call Stack (most recent call first):
  CMakeLists.txt:17 (conan_cmake_install)


-- Configuring incomplete, errors occurred!

I am unfortunately unable to solve this, since I haven't worked with conan a lot before. Do you think you could help?

Cheers,
Sarthak

I believe it comes from the conan-io/conan#13233. I am going to try pinning Conan 1.59 as suggested by the poster and report back.

This is functional, thanks! 😄