Git Product home page Git Product logo

Comments (4)

IamMusavaRibica avatar IamMusavaRibica commented on July 19, 2024

Command used: python livestream_saver.py download VIDEO_URL
Not sure if this is related but uying py instead of python commands gives this output: Unable to create process using '/bin/env python3 livestream_saver.py download VIDEO_URL'

from livestream_saver.

glubsy avatar glubsy commented on July 19, 2024

You are most likely using the wrong pytube package version. I suspect you have it installed system-wide and are using the latest version, which currently does not work with livestream_saver (I need to work on updating the code to handle newer versions, for now we have to use version 10.9.2).

You should use a virtual environment to install the specific version required, as written in requirements.txt. See the Readme.md for details:

virtualenv -p python3 venv
./venv/Scripts/activate.bat
pip3 install -r requirements.txt

Not really sure about the syntax for Windows, but I think it's something like the above.

from livestream_saver.

glubsy avatar glubsy commented on July 19, 2024

Actually maybe the Readme should not suggest using --system-site-packages flag. I'll remove it.

As for the other issue, I'll remove the shebang which may cause issue in Windows.

from livestream_saver.

IamMusavaRibica avatar IamMusavaRibica commented on July 19, 2024

from livestream_saver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.