wonderworks-software/PyFlow

Fatal Error; module 'collections' has no attribute 'Hashtable'

uid89626 opened this issue · 1 comments

Python 3 compatibility problem maybe.
image
This pops up on startup every time python pyflow.py.

C:\Users\foxx0\Downloads\git\PyFlow>git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

C:\Users\foxx0\Downloads\git\PyFlow>python --version
Python 3.10.0

C:\Users\foxx0\Downloads\git\PyFlow>pip list
Package Version


atomicwrites 1.4.0
attrs 21.4.0
bitcoin 1.1.42
bitstring 3.1.9
blinker 1.4
certifi 2021.10.8
cffi 1.15.0
charset-normalizer 2.0.7
colorama 0.4.4
cryptography 36.0.2
cycler 0.11.0
docutils 0.18.1
ecdsa 0.17.0
esptool 3.2
fonttools 4.31.2
idna 3.3
iniconfig 1.1.1
kiwisolver 1.4.0
matplotlib 3.5.1
nine 1.1.0
numpy 1.22.3
packaging 21.3
Pillow 9.0.1
pip 22.1.2
pluggy 1.0.0
py 1.11.0
py-slvs 1.0.4
pybind11 2.8.1
PyBrain 0.3.3
pycparser 2.21
pyparsing 3.0.7
PyQt5 5.15.6
PyQt5-Qt5 5.15.2
PyQt5-sip 12.10.1
pyserial 3.5
PySide2 5.15.2.1
pytest 6.2.5
python-dateutil 2.8.2
pywin32 304
PyYAML 6.0
qrcode 7.3.1
Qt.py 1.3.7
reedsolo 1.5.4
requests 2.26.0
scipy 1.8.0
setuptools 57.4.0
shiboken2 5.15.2.1
six 1.16.0
toml 0.10.2
torch 1.11.0
torchaudio 0.11.0
torchvision 0.12.0
typing_extensions 4.1.1
urllib3 1.26.7

This issue is fixed by the PR
#102