davidhallac/TICC

Runtime Error for loading SNAP Module , while running car.py

Opened this issue · 1 comments

Hello Team,

I'm facing issues in running the car.py example, I have windows 10 x64 OS.
The error log is: Message=DLL load failed: The specified module could not be found.
Source= StackTrace:
File "D:\R_and_D\TICC\ticc-master\papercode\snap.py", line 20, in swig_import_helper
return importlib.import_module(

I suspect the SNAP module the native dependencies is not getting resolved correctly in runtime.

I have installed the snap by following the instruction mentioned in this site: http://snap.stanford.edu/
Snap.py: SNAP for Python
Installation of Snap.py on Windows 64-bit

But still, I'm facing the issues at runtime, can you please tell me how I can resolve this.

Thanks.

Hello Team,
I also met the same thing.
Thanks.