zivid / zivid-python

Official Python package for Zivid 3D cameras
BSD 3-Clause "New" or "Revised" License
40 stars 14 forks source link

Pin conan version #204

Closed dragly closed 1 year ago

dragly commented 1 year ago

Conan 2.0 was released today and breaks zivid-python with the following error message due to a change in Conan's API:

conan install: error: unrecognized arguments: --install-folder

This change pins Conan to 1.x and fixes the issue.

eskaur commented 1 year ago

@dragly : I think you need to make a branch in this repo (not from a fork) in order to trigger the CI.

eskaur commented 1 year ago

Replacing with #205