我对编程还很陌生,所以请耐心等待。
当我为我正在使用的模块安装一些必需的包时,我无法安装 python-stdnum==1.8.
我收到以下错误消息:
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.
Run Code Online (Sandbox Code Playgroud)
有什么我可以做的仍然能够安装软件包吗?
任何帮助将不胜感激。提前致谢!