simple_vehicle_counting icon indicating copy to clipboard operation
simple_vehicle_counting copied to clipboard

Error importing analysis package

Open soubhik-theallrounder opened this issue 7 years ago • 2 comments

Traceback (most recent call last): File "demo.py", line 4, in import analysis File "/home/comp-proj-22/simple_vehicle_counting/python/analysis/init.py", line 1, in from _analysis import * ModuleNotFoundError: No module named '_analysis'

soubhik-theallrounder avatar Dec 18 '17 08:12 soubhik-theallrounder

The same issue on python 3.6.3

sunblade avatar Feb 09 '18 18:02 sunblade

You may want to follow this thread: https://github.com/andrewssobral/simple_vehicle_counting/issues/22 and add -fPIC in ADD_DEFINITIONS as it in that thread.

cygerts avatar Apr 03 '18 08:04 cygerts