I installed the cassandra and it is working, the Anaconda I installed because I need the Jupyter Notebook to do a job, and in this work I need to connect to the cassandra database, to install the connector I did the following 1 attempt I went in python and gave the following command via windows power shell . \ PIP INSTALL CASSANDRA-DRIVER
and I'm having this error return
Collecting cassandra-driver Downloading cassandra-driver-3.12.0.tar.gz (222kB) 100% | ████████████████████████████████ | 225kB 2.0MB / s Requirement already satisfied: six > = 1.9 in c: \ users \ librigoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-pa ckages (from cassandra-driver) Installing collected packages: cassandra-driver Running setup.py install for cassandra-driver ... error Exception: Traceback (most recent call last): File "c: \ users \ rodrigoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ compat__init __. lin and 73, in console_to_str return s.decode (sys. stdout .encoding) UnicodeDecodeError: 'utf-8' codec can not decode byte 0xf3 in position 9: invalid continuation byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "p: \ python36-32 \ lib \ site-packages \ pip \ basecommand.py", c: \ users \ rodrigoaugusto \ appdata \ local \ programs \ line 21 5, in main status = self.run (options, args) File "c: \ users \ rodrigoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ commands \ install.py" li ne 342, in run prefix = options.prefix_path, File "c: \ users \ rodrigoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ req \ req_set.py", line 78 4, in install ** kwargs File "c: \ users \ rougoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ req \ req_install.py", lin and 878, in install spinner = spinner, File "c: \ users \ rodrigoaugusto \ appdata \ local \ programs \ python \ python36-32 \ lib \ site-packages \ pip \ utils__init __. line 676, in call_subprocess If you do not want to run the program, you will need to run the following command: python36-32 \ lib \ site-packages \ pip \ compat__init __. py ", line = console_to_str (proc.stdout.readline () lin and 75, in console_to_str return s.decode ('utf_8') UnicodeDecodeError: 'utf-8' codec can not decode byte 0xf3 in position 9: invalid continuation byte
2 Attempt was inside the Conda, I gave the command to install and gave the same error, I do not know what may be happening and I do not have the technical capacity to identify that error and this, I would like some help to try to solve this problem.