Skip to content

Commit

Permalink
Merge pull request #2 from event-driven-robotics/spikepattern_classif…
Browse files Browse the repository at this point in the history
…ication

Spikepattern classification
  • Loading branch information
2103simon authored Nov 18, 2024
2 parents 1f4bc76 + 4914691 commit 5018e3e
Show file tree
Hide file tree
Showing 9 changed files with 1,412 additions and 305 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
!*/
__pycache__
.vscode
tmp/*
paper/*
tmp/*
env_nteEnc.yml
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ apt-get -y install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-de
apt packages:
apt -y install ffmpeg, portaudio19-dev

### Trouble shooting
When running on an older Python version with the most recent PyQT6 package you might ancounter the following error:
'''symbol lookup error: [your_path]/python3.8/site-packages/PyQt6/Qt6/plugins/platforms/../../lib/libQt6WaylandClient.so.6: undefined symbol: wl_proxy_marshal_flags'''

To fix this you can enforce the use of x11 instead of Wayland by adding the following line to your bashrc:
'''export QT_QPA_PLATFORM=xcb'''
Loading

0 comments on commit 5018e3e

Please sign in to comment.