booya-at / OpenGlider

python library to build paragliders
GNU General Public License v3.0
65 stars 25 forks source link

Installation: Old curl version as dependency? #64

Open PhilippAumann opened 2 years ago

PhilippAumann commented 2 years ago

Hi,

thank you for providing this very nice toolbox :) By the way, I am also a paragliding pilot located in Tyrol.

I installed OpenGliger via conda as explained in the Readme. However I couldn't get freecad running as it returned

dyld: Library not loaded: @rpath/libcurl.4.dylib
Reason: Incompatible library version: libxerces-c-3.2.dylib requires version 12.0.0 or later, but libcurl.4.dylib provides version 11.0.0
Abort trap: 6

This issue could be resolved by running

conda update curl

This might be fixed by requesting the newst version of curl as a dependency?

I am using conda 4.10.3 with Python 3.8.12 on macOS Catalina.

looooo commented 2 years ago

Normally freecad or openglider should not depend on an old version of curl.