I am fairly new to programming, so please bear with me.
While I was installing some required packages for a module that I'm using, I wasn't able to install python-stdnum==1.8
.
I got the following error message:
File "C:\Users\59996\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 967: character maps to <undefined>
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Is there anything I can do to still be able to install the package?
Any help would be greatly appreciated. Thanks in advance!