Python Forum
remove and reinstall base 1.0.4
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remove and reinstall base 1.0.4
#1
I'm having issues with base 1.0.4, so I thought that I would remove it and reinstall it.

The only version of base I see is what I've found on Pypi. It appears to be a dependency for pandas, requets, and msqldb; among others. The setup folder is included in a gz archive and when I unpack it and try to install over what I have I get this.

Output:
python setup.py install Traceback (most recent call last): File "setup.py", line 40, in <module> LONG_DESCRIPTION = read("README.rst") File "setup.py", line 21, in read return codecs.open(os.path.join(os.path.dirname(__file__), fname)).read() File "C:\Python\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 0x81 in position 5: character maps to <undefined>
I'm not sure if removing it will allow me to install it properly, but because I am so new to Python I have no clue how to uninstall something manually installed instead of using PIP. Cry

Alternatively, if there is something I can do to make this install over the past installation, I'd be up for that as well.

I am guessing that it might install properly doing a clean setup, but then a guess is all that is.

I've come by using 'base' due to installing pandas and have had problems doing things with pandas related to base.
Through a cloudy window,
Kip...

“Progress means getting nearer to the place you want to be. And if you have taken a wrong turn, then to go forward does not get you any nearer.
If you are on the wrong road, progress means doing an about-turn and walking back to the right road; and in that case the man who turns back soonest is the most progressive man.” ― C.S. Lewis
Reply


Messages In This Thread
remove and reinstall base 1.0.4 - by KipCarter - Jan-24-2020, 06:50 PM
RE: remove and reinstall base 1.0.4 - by joe_momma - Jan-27-2020, 02:30 AM
RE: remove and reinstall base 1.0.4 - by KipCarter - Jan-27-2020, 11:34 AM
RE: remove and reinstall base 1.0.4 - by KipCarter - Jan-29-2020, 01:16 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020