簡體   English   中英

如何在 Python 中安裝 VLC 模塊

[英]How to install the VLC module in Python

我試圖使用 PIP 安裝 VLC,但出現以下錯誤:

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

vlc軟件包目前似乎在 pypi 上存在問題。 但是,您使用的是 Windows,並且此軟件包似乎僅適用於 MacOS(根據描述)。

嘗試使用python-vlc

我可以解決這個問題:pip install python-vlc

pip install python-vlc解決

我可以安裝它: pip install python-vlc

這是鏈接: https ://pypi.org/project/python-vlc/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM