OK, I asked chatGPT and it told me to:
pip install cchardet
- it worked!
Type: Posts; User: Kantor_Lek
OK, I asked chatGPT and it told me to:
pip install cchardet
- it worked!
Thanks, I did a reinstall and got this:
Thanks for the update, but it doesn't work from the command line, in Jupyter Notebook, or in Spyder. Would I find out about the new version from github?
Thanks!
Hello and thanks,
Anaconda distribution with Spyder and Command prompt installed.
Perform a regular pip install of the lightstreamer library through the command prompt in Anaconda.
In Spyder,...
Hello all,
I've been just starting to try to use the Lightstreamer client in Python 3.9 in the Spyder IDE, and I get an error on import.
The only line of code I run is:
from...