9

I was trying to install VLC using PIP, but get the following error:

pip install VLC

Downloading/unpacking vlc
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement vlc
Cleaning up...
No distributions at all found for vlc
Storing complete log in C:\Users\rakeshb4\pip\pip.log
4
  • have you tried installing this one pypi.python.org/pypi/python-vlc Commented Dec 18, 2015 at 5:43
  • Can you install any packages at all that way? This looks like a networking problem. Commented Dec 18, 2015 at 8:21
  • 2
    Did you try pip search vlc ? It has some useful hints about the VLC module (in particular that it's for a Mac), perhaps there's some other modules you can use. Commented Dec 18, 2015 at 8:55
  • I need a conda package for VLC. Does anyone have one? Commented Oct 19, 2021 at 7:30

4 Answers 4

9

The packages vlc seems to have currently issues on pypi. However, you are on Windows and this package appears to be for MacOS only (based on description).

Try python-vlc instead.

Sign up to request clarification or add additional context in comments.

Comments

6

I could solve the problem with :

pip install python-vlc

Comments

1

solved with pip install python-vlc

Comments

0

I could install this with: pip install python-vlc

Here is the link: https://pypi.org/project/python-vlc/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.