IBMStreams / streamsx.objectstorage

The com.ibm.streamsx.objectstorage toolkit supports Object Storage services with S3 API like IBM Cloud Object Storage service.
https://ibmstreams.github.io/streamsx.objectstorage
Other
4 stars 7 forks source link

cffi version mismatch under IBM Cloud Pak for Data #232

Closed yamapa2 closed 8 months ago

yamapa2 commented 3 years ago

We are trying to use streams.objectstorage under IBM Cloud Pak for Data 3.5.0, import fails with a version mismatch error on cffi -

Exception: Version mismatch: this is the 'cffi' package version 1.12.2, located in '/user-home/global/python-3/cffi/api.py'. When we import the top-level '_cffi_backend' extension module, we get version 1.14.0, located in '/home/wsuser/.local/lib/python3.7/site-packages/_cffi_backend.cpython-37m-x86_64-linux-gnu.so'. The two versions should be equal; check your installation.

anouri commented 8 months ago

Closed