FreeTAKTeam / DigitalPy

A framework to support digital engineering in the python language
Eclipse Public License 2.0
9 stars 5 forks source link

Assertion failed: (src/mailbox.cpp:99) #27

Open naman108 opened 1 year ago

naman108 commented 1 year ago

this is a known issue with the pyzmq library, it can be fixed with the following steps:

  1. disable fts
  2. shut down fts
  3. pkill python
  4. restart the server
  5. run pip install --no-binary :all: --force-reinstall pyzmq
naman108 commented 1 year ago

leave open for posterity