Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions