Error when installing the package
See original GitHub issueI get this error while installing the module:
C:\WINDOWS\system32>pip install vg
Collecting vg
Using cached https://files.pythonhosted.org/packages/34/42/aad07165a66eb402ec60d2e40640b585ca56b748b42e9923c1242be4d06b/vg-1.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\reas\AppData\Local\Temp\pip-install-2c8clwqs\vg\setup.py", line 10, in <module>
readme = f.read()
File "c:\program files (x86)\python37-32\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 0x8d in position 1618: character maps to <undefined>
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Fixed: “There is a problem with this Windows installer package ...
Method 1: Make sure you have administrative permissions · Method 2: Use the Program Install and Uninstall troubleshooter · Method 3: Repair the...
Read more >The Windows Modules Installer must be updated before you ...
When you install a .msu update package on a computer that is running Windows, you may receive the following error message: The Windows...
Read more >HOW TO FIX THE ERROR WHILE INSTALLING A PACKAGE ...
This video deals with an error that you might get while installing a package in PYCHARM.I know it is a headache that we...
Read more >I am unable to install packages in R - Stack Overflow
Remove the file .Rhistory in directory C:\Users\javad\Documents\.Rhistory. Now try installing the package. This should solve your problem.
Read more >Error: "This installation package could not be opened. Contact ...
Cause · Corrupted or damaged file when it was downloaded. · Installing a file saved in a network and not in the local...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released in 1.2.2!
Not sure! Seems well documented that the
encoding
parameter doesn’t exist in Python 2…