Re: How can i solve ImportError: No module named _vectorized when running unit test files?
NirmalaSudhir <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Dieter Maurer,
I browsed about the shapely.vectorized and i see that
_vectorized.pyx contain these import files
import cython
cimport cpython.array
import numpy as np
cimport numpy as np
import shapely.prepared
i Hope this is the problem. This causes this error "Numpy or Cython not
available, shapely.vectorized submodule not being built.". But i dont know
how to solve it. Can you pls help.
--
View this message in context: http://plone.293351.n2.nabble.com/How-can-i-solve-ImportError-No-module-named-vectorized-when-running-unit-test-files-tp7572274p7572278.html
Sent from the General Questions mailing list archive at Nabble.com.
------------------------------------------------------------------------------