cleitonleonel / pyquotex

Unofficial Quotex Library
Other
72 stars 55 forks source link

How do I fix this error #8

Closed SooDa3277 closed 3 weeks 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