question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How do I use pytube in windows terminal?

See original GitHub issue

Hey, I’m trying to use pytube with terminal but it says the term pytube is not recog. Tried to cd python38\lib\site-packages\pytube, and still cant use the command in CLI. I’m very newbie to anything in terminal, tried to install pytube using ‘python -m pip install pytube’, also my python is version 3.8.5 and pip 21.0.1

pip show pytube ... Location: c:\python38\lib\site-packages Requires: typing-extensions Required-by: python pytube C:\Python38\python.exe: can't open file 'pytube': [Errno 2] No such file or directory

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
Ataoscommented, Feb 18, 2021

Thank you for helping ;=; ,I just gave up for now and will use python. Using pytube command at linux VM, hope to switch main OS soon.

0reactions
tfdahlincommented, Feb 17, 2021

Oh, that’s odd, pytube.exe should be in Python38\Scripts. How did you install python? Did you get an official installation from python.org? Also, are you using cmd to run it, or Powershell? Powershell generally works a lot better than cmd for most purposes

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation of pytube — pytube 12.1.2 documentation
To install pytube, run the following command in your terminal: $ pip install pytube ... zipball is also available (for Windows users).
Read more >
Download YouTube Videos on Linux / Windows using Pytube
Then install Pytube with pip using the following command. pip install pytube. Installing Pytube on Windows. To install Pytube on Windows, you ...
Read more >
pytube
pytube. pytube is a genuine, lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. Documentation.
Read more >
Installation of pytube — pytube3 9.6.4 documentation
To install pytube, run the following command in your terminal: $ pip install pytube3 ... zipball is also available (for Windows users).
Read more >
pytube Documentation
To install pytube, run the following command in your terminal: ... optionally, zipball is also available (for Windows users).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found