Marcel Patzwahl

Results 16 comments of Marcel Patzwahl

I tried to run the tests agian, but currently I get a timeout because the cluster creation takes a pretty long time and the test only waits for 10 minutes

@akshaykarle those are running without problems. But the problem I have is, if I go to make tests for the cluster data source, it would be an Acceptance Test as...

Hi thanks for checking out the project. We don't use SSO at our company for AWS Login atm. So I can't test it myself :disappointed: When you use aws-vault and...

Hi again, for linux I found zenity as good MFA prompt. You can add the following line to your `init.el`, so that aws-vault is using that program by default: ```elisp...

You will need to have following third party libraries installed to be able to build this project: - [Vigra](http://ukoethe.github.io/vigra/#download) - [OpenCV](https://sourceforge.net/projects/opencvlibrary/) - [Boost](http://www.boost.org/users/history/version_1_55_0.html)

I don't have windows installed, so I can't provide you an exe. But somehow your mingw environment is missing the libjpeg.lib. You should have a look, if the lib is...

I think the mingw distro needs it's own packages, because it's a distro on it's own. If you've installed the libraries for windows it could be the case that the...

I've created a windows machine and downloaded mingw etc. I'm getting the same error as you now. It seems to be a problem with vigra. The missing lib is in...

I forgot to mention. The path looks like it is a virtual environment for anaconda ( which is a python distribution). The vigra site says something about this: ``` VIGRA...

Just tried to satisfy that location. Create the path `C:/conda3/envs/_build_placehold_placehold_placehold_placehold_placehold_placehol/Library/` and copy everything from inside of the vigra directory into that Library directory. Afterwards the error doesn't occur anymore. I...