nuralogix / dfx-demo-py

A simple Python-based demo that demonstrates how to use the DeepAffex SDK and DeepAffex Cloud API.
MIT License
10 stars 6 forks source link

ModuleNotFoundError: No module named 'libdfx' #4

Closed kadnan closed 4 years ago

kadnan commented 4 years ago

I am using the demo on Macbook Pro. On running the command ModuleNotFoundError: No module named 'libdfx' I get error:

 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.

kadnan commented 4 years ago

The .whl file was not properly installed. It's done now.