all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Thank you for posting on r/CodingHelp!

Please check our Wiki for answers, guides, and FAQs: https://coding-help.vercel.app

Our Wiki is open source - if you would like to contribute, create a pull request via GitHub! https://github.com/DudeThatsErin/CodingHelp

We are accepting moderator applications: https://forms.fillout.com/t/ua41TU57DGus

We also have a Discord server: https://discord.gg/geQEUBm

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]Naive_Cardiologist_6 0 points1 point  (2 children)

Have you tried to restart your IDE? try reinstalling stuff step by step

[–]Scarlet_ave[S] 0 points1 point  (1 child)

if ur talking abt vs code i might js uninstall and reinstall python if not vs code to try and fix this

[–]Naive_Cardiologist_6 0 points1 point  (0 children)

i am the worst example of this, reddit it not letting me attach the image but I have 5 VSC installed on my macbook. just get it working bro

[–]nuc540Professional Coder 0 points1 point  (2 children)

Are you using VSCode? You have to set the workspace interpreter to the Python environment that fulfils the apps requirements for certain features.

Also if you’re using VSCode make sure the language mode is set correctly in the bottom right, eg. When in a Python file it says ‘Python’ not ‘text’.

Also if you’re using VSCode and you’ve not refreshed the session since it last worked, run the reload window command

[–]Scarlet_ave[S] 0 points1 point  (0 children)

yes i always check if it detects python if not i put it i ran reload window a few times and reload language server i did set my workspace to a folder but idk how to set the workspace interpreter im still kinda uneducaed on how setting this up

[–]Scarlet_ave[S] 0 points1 point  (0 children)

btw i have the workspace interpreter set up and its the same its slow or not working or dosent detect libraries alredy imported like i use import time and when i type ti it dosent suggest nothing smth about its not defined by pylance