Following the instructions in the README (as well as in docs/building.rst under "Local (re)build as Python package", regardless if I install from pypi or directly from source), I get the following failure:
E
======================================================================
ERROR: p4p (nose2.loader.LoadTestsFailure)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/anderslindh/p4p/src/p4p/__init__.py", line 14, in <module>
from .wrapper import Value, Type
File "/home/anderslindh/p4p/src/p4p/wrapper.py", line 5, in <module>
from . import _p4p
ImportError: cannot import name '_p4p'
----------------------------------------------------------------------
Ran 1 test in 0.000s
FAILED (errors=1)
Following the instructions in the README (as well as in
docs/building.rst
under "Local (re)build as Python package", regardless if I install from pypi or directly from source), I get the following failure:This on a centos7 machine with python 3.6.8 and