cleitonleonel / pyquotex

Unofficial Quotex Library
Other
65 stars 52 forks source link

How do I fix this error #8

Open SooDa3277 opened 1 year ago

SooDa3277 commented 1 year ago

File "d:\New folder (2)\pyquotex-master\quotexapi\ws\client.py", line 29, in init websocket.enableTrace(self.api.trace_ws) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'websocket' has no attribute 'enableTrace

cleitonleonel commented 1 year ago

websocket

pip uninstall websocket pip uninstall websocket-client pip install websocket-client