Closed kadnan closed 4 years ago
I am using the demo on Macbook Pro. On running the command ModuleNotFoundError: No module named 'libdfx' I get error:
ModuleNotFoundError: No module named 'libdfx'
File "dfxdemo.py", line 15, in <module> import libdfx as dfxsdk ModuleNotFoundError: No module named 'libdfx
I do have .dylib file but I do not know how to call it.
.dylib
The .whl file was not properly installed. It's done now.
.whl
I am using the demo on Macbook Pro. On running the command
ModuleNotFoundError: No module named 'libdfx'
I get error:I do have
.dylib
file but I do not know how to call it.