Question: I am using a pyflow.so file in my local directory. I am unable to import pyflow into my python script as I keep getting this

I am using a pyflow.so file in my local directory. I am unable to import pyflow into my python script as I keep getting this error: >>> import pyflow Traceback (most recent call last): File "", line 1, in ImportError: /home//unsupervised_v2/post_processing/pyflow.so: undefined symbol: _Py_ZeroStruct

I have tried looking up multiple approaches to tackle this issue, but have gotten nowhere. I tried even not using the shared object file, and doing a `pip install pyflow` but that doesn't seem to work either and the python interpreter thinks I do not have any module installed. Any help to resolve this issue would be very helpful !!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!