seanjkanderson

Results 7 comments of seanjkanderson

I'm trying to run the gpflow_example.py [script](https://web.casadi.org/blog/tensorflow/gpflow_example.py) from the casadi website. Some of the behavior in that script is outdated. My updated example is the following: ``` from casadi import...

Are there any known work-arounds? I am experiencing this issue as well.

The work-around I was able to find: [https://stackoverflow.com/questions/54751297/uwsgi-and-joblib-semaphore-joblib-will-operate-in-serial-mode](https://stackoverflow.com/questions/54751297/uwsgi-and-joblib-semaphore-joblib-will-operate-in-serial-mode)

So it turned out that it needs to be run from the root directory of the project (i.e. demo/show-attitude.py instead of attitude.py with cwd being /demo). I am running into...

See https://github.com/bmild/nerf/issues/190

@Niko-La Did you end up getting it to work? I'm trying to use a very similar route as yours. I use a Lumenier F4 AIO flight controller, which is from...