Python Forum
my python intrepeter completely broke
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
my python intrepeter completely broke
#1
anything i try to run (even if its empty)
i get the error:
Error:
Traceback (most recent call last): line 1, in <module> from _typeshed import SupportsLenAndGetItem ModuleNotFoundError: No module named '_typeshed'
**sad** **confused**

666+666*666/666-666
Reply
#2
Are you using visual studio, or does that happen even from a command line?

https://github.com/python/typeshed/issues/5201
Reply
#3
(Oct-12-2021, 03:39 AM)bowlofred Wrote: Are you using visual studio, or does that happen even from a command line?

https://github.com/python/typeshed/issues/5201
vs code

666+666*666/666-666
Reply
#4
Answer the entire question. Does this problem happen when you run from the command line? If so, your Python is broke. If not, you have a configuration problem with VS Code.
Reply
#5
Does the information in the link make sense? It details a problem that can occur with vs code and how to resolve it. Did it work for you?
Reply
#6
(Oct-12-2021, 04:08 PM)deanhystad Wrote: Answer the entire question. Does this problem happen when you run from the command line? If so, your Python is broke. If not, you have a configuration problem with VS Code.
it only happens on vs code

666+666*666/666-666
Reply
#7
Post a program that causes this problem to occur.
Reply
#8
(Oct-12-2021, 05:28 PM)deanhystad Wrote: Post a program that causes this problem to occur.

anything

666+666*666/666-666
Reply
#9
(Oct-12-2021, 05:28 PM)deanhystad Wrote: Post a program that causes this problem to occur.
now it magically works

666+666*666/666-666
Reply
#10
I tried running this.
anything
and got this error.
Error:
NameError: name 'anything' is not defined
Underscore likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Selenium update broke python code genericusername12414 1 249 Mar-16-2024, 07:33 PM
Last Post: snippsat
  Still not completely clear about namespaces... bytecrunch 3 1,955 Oct-07-2022, 05:44 PM
Last Post: bytecrunch
  ipython autocomplete broke indentation! Exsul 6 4,551 Aug-20-2019, 01:29 AM
Last Post: Exsul
  Completely new to coding - quick question Oster22 1 2,700 Jun-19-2018, 08:42 PM
Last Post: Larz60+
  im completely stuck (webcrawler) TatsuyaHiroki 1 3,264 Apr-20-2017, 05:55 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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