conda create -n "eeg-notebooks" python=3.7 git pip conda activate "eeg-notebooks" git clone https://github.com/NeuroTechX/eeg-notebooks cd eeg-notebooks pip install ...
I am trying to install wxPython using Python 3.5/Ubuntu 16.04. I tried to install it by using pip install wxpython, but I met this failure: Finished command: build_wx ...