makebrainwaves / BrainWaves

An easy-to-use platform for EEG experimentation in the classroom
MIT License
61 stars 26 forks source link

Jupyter Load Fail: DLL import error for Numpy #117

Closed jdpigeon closed 4 years ago

jdpigeon commented 4 years ago

I followed the anaconda set up instructions today and got blocked by a numpy dll load failure when navigating to the clean screen. The issue seemed to be a failure for the app to load the dlls associated with numpy, although I was able to import and use numpy from anaconda prompt after activating the brainwaves environment.

Issue appears to be identical to this: https://github.com/numpy/numpy/issues/12957

I ended up working around this issue by ensuring that I was starting the debug version of the app inside a terminal in which the brainwaves had been loaded. However, it remains to be seen whether this solution will apply to packaged apps installed on the user's system.

jdpigeon commented 4 years ago

Closed because we're working hard on deprecating jupyter