I am building opencog inside docker. After successful build, i ran "from opencog.atomspace import AtomSpace" on python3 and get this error
>>> from opencog.atomspace import AtomSpace Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: dynamic module does not define module export function (PyInit_atomspace) what could be the cause of this error, "ImportError: dynamic module does not define module export function (PyInit_atomspace)"? -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/22d7f90f-fc44-430b-84f7-05762f1341f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
