intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

ics. ics.load_default_settings Failure #147

Closed piyush-apple closed 1 year ago

piyush-apple commented 1 year ago

dev = ics.open_device("V46***") ics.load_default_settings(dev) Traceback (most recent call last): File "", line 1, in ics.ics.RuntimeError: Error: load_default_settings(): Failed to Retrieve address of function 'icsneoLoadDefaultSettings': dlsym(0x8811fc10, icsneoLoadDefaultSettings): symbol not found for library '@loader_path/libicsneolegacy.dylib'

drebbe-intrepid commented 1 year ago

@piyush-apple Can you let me know what version of python_ics you are using? This can be found by doing pip show python_ics.

This also looks like you are using a ValueCAN4-4 on MacOS. Can you provide details of your architecture also?

icsneoLoadDefaultSettings() is supported in libicsneolegacy so we shouldn't be getting this error.

drebbe-intrepid commented 1 year ago

@piyush-apple I'm going to make the assumption your issue has been resolved. If not, please feel free to re-open this.