This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Lokesh Chandak
Recipients Lokesh Chandak, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-23.13:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561298259.69.0.399868439526.issue37378@roundup.psfhosted.org>
In-reply-to
Content
I encountered this issue when using pip. Whenever I try to install a package, it shows a Fatal error, saying that the module encodings was not found, followed by a reboot.
The blue screen shows this message:
KMode exception not handled.
What failed: dipsp.sys.

I have tried uninstalling and reinstalling python 3.7.3. I have also tried moving back to Python 3.5, because I am certain that this issue didn't exist when I was using that. However I encountered the same issues again.

I can otherwise use the interpreter, and run all my code just fine. Previously installed modules like pandas and numpy also work like usual. The only difficulty I encountered is when attempting to install new packages using pip.

After looking around, I found something about setting PYTHONPATH and PYTHONHOME environment variables, but it didn't work either.
I tried installing python in different locations, but that didn't help either.

I am now stuck because I can't install any modules, (and I lost previously installed modules during clean reinstall).
How do I solve this? And while a solution is found, is there a way to install modules without pip?
History
Date User Action Args
2019-06-23 13:57:39Lokesh Chandaksetrecipients: + Lokesh Chandak, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-23 13:57:39Lokesh Chandaksetmessageid: <1561298259.69.0.399868439526.issue37378@roundup.psfhosted.org>
2019-06-23 13:57:39Lokesh Chandaklinkissue37378 messages
2019-06-23 13:57:39Lokesh Chandakcreate