Matthijs van der Burgh

Results 405 comments of Matthijs van der Burgh

Try to locate the library file. And check if it is in the PYTHONPATH. If not you need to append the path, similar to https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/b6a19a023430450f99a167f0db801d88bfffd985/examples/tutorial_api_python/01_body_from_image.py#L20-L24 Of course adapt this to...

Start by using `os.path.join` instead of slashes for the paths. Now the paths are just a mess

I have the same issue with Spectron version 4-10 (with the matching electron version) on ubuntu 18.04 running with xvfb. And with xvfb on a xenial, 16.04, image in travis

**Update** I experienced the issue for only two days. Late yesterday, after a `npm install` my problem was solved. I was in development, so I hadn't committed my changes in...

@zhex900 did you check my earlier comment? https://github.com/electron-userland/spectron/issues/357#issuecomment-645843885

No, this plugin is not yet compatible with Vue CLI 5.X I have been trying to get it working the past few days. But the tests fail in that case....

How about building the app and running the compiled executable? When that is not working, that is probably a sign the current release will not work with Vue3. But I...

I have really no clue why it isn't working. Please try to run my project: https://github.com/tue-robotics/hero-display I have been using NPM, not YARN. I have used it on ubuntu 18...