What is that i dont understand this error

image

Replit has qeird requirements for typing_extensions and does not have it, try turning off guessImports

im little bit new to that how i can turn that off?

1 Like

It’s in replit.nix. Use Ctrl F to search for it and then just delete that part. It’s a hidden file, so you’ll have to use the 3 dots to show hidden files first on the workspace file manager.

1 Like
  1. press the three dots and then show hidden files
  2. go to .replit
  3. go to line 91, or guessImports and then do guessImports = false
  4. go to shell and enter pip install --upgrade typing_extensions
3 Likes

and in what im typing that ? packager or poetrylock?

Try my suggestion, I believe it works

2 Likes

alr im trying it rn i js found it

1 Like

image

Can you give us the link to your Repl?

it worked i deleted the part

thanks for the help really appreciate it

the false should have been lowercase


i got this again and i did everything what you guy said

1 Like

poetry remove replit then poetry add typing_extentions could help?

1 Like

Yeah replit has some WEIRD typing_extension requirements

1 Like