Fitblip / wsstat

Websocket stress testing made beautiful
MIT License
173 stars 24 forks source link

ImportError: cannot import name 'Deque' #21

Closed inihility closed 3 years ago

inihility commented 3 years ago

I'm getting this error when trying to run the wsstat. I've tried different versions of Python (3.5, 3.6.1, 3.8.5 and latest 3.9.5)

ImportError: cannot import name 'Deque'

I have a conda environment setup so I'm sure it's running the version of Python I installed.

inihility commented 3 years ago

If anyone else runs into this problem, I solved it by having to install wsstat again via. pip3 install wsstat in my conda environment, but run into other issues. I'll raise them if I can't resolve them in a timely manner.