DevKang

Results 5 comments of DevKang

> Unfortunately I don't have any OSX machines to test/develop on, so I'll need some assistance with debugging this one. Are you able to run `scenedetect` if you install the...

the pyinstaller compile log is here, I hope it can help you ``` (venv) ➜ ~/workspace/PySceneDetect git:(master) ✗ pyinstaller -v 5.0.1 (venv) ➜ ~/workspace/PySceneDetect git:(master) ✗ pyinstaller scenedetect.spec 169 INFO:...

When I use the pyinstall in the version 4.10. It compile successfully, But I run the executable file, it show nothing . This is the compile log and run log...

`/Users/DevKang/workspace/devkang/carthage/Carthage/Checkouts/MMDB-Swift/MMDB/MMDB.h:19:9: error: include of non-modular header inside framework module 'MMDB': '/Users/DevKang/workspace/devkang/carthage/Carthage/Checkouts/MMDB-Swift/./MMDB/maxminddb.h' #import ^ :1:9: note: in file included from :1: #import "Headers/MMDB.h" ^ /Users/DevKang/workspace/devkang/carthage/Carthage/Checkouts/MMDB-Swift/MMDB/MMDB.h:20:9: error: include of non-modular header inside...

I move dockerfile to the source root . In the source root, run command 'docker build -t verynginx .' . That's all right! I also can run the command 'docker...