Skip to content

Forum in maintenance, we will back soon 🙂

Python not found
 
Notifications
Clear all

Python not found

6 Posts
3 Users
0 Reactions
24 Views
(@ncash242)
Posts: 1
New Member
Topic starter
 

Hi I'm new. Don't know if this is the right place. But I am following directions from this page:

https://learnwithhasan.com/analyze-google-search-console/#1-download-and-install

and this video: https://www.youtube.com/watch?v=jg-9KvKHEGg

And I am stuck in VS Code telling me Python not found even though I installed the extension

Please help. Feeling like an idiot here.

 

I opened the project folder and the minute I typed in

python -m venv venv

I get the this: (see attached image.)

 

This topic was modified 3 weeks ago by Ngozi Cash
 
Posted : 11/29/2024 3:52 pm
(@kaleeem)
Posts: 49
Trusted Member
 

are you use Mac or Windows 

 
Posted : 11/29/2024 9:57 pm
(@kaleeem)
Posts: 49
Trusted Member
 
this is for Windows venv/Scripts/Activate.ps1

for Mac source  .venv/bin/activate
 
Posted : 11/29/2024 10:07 pm
(@kaleeem)
Posts: 49
Trusted Member
 

try this 

 

 
Posted : 11/29/2024 10:08 pm
(@kaleeem)
Posts: 49
Trusted Member
 

don't forget to create a venv file, first like this

python -m venv venv

before you Activate 

 
Posted : 11/29/2024 10:31 pm
(@husein)
Posts: 550
Member Moderator
 

@ncash242 the error states that it doens recognize "python", please open command prompt / powershell and type the following and screenshot the result:

python --version

 

 
Posted : 11/30/2024 10:10 am
Share:
[the_ad_group id="312"]