简体   繁体   中英

How to install 64-bit vlc library for 64-bit python 3?

I've tried python -m pip install python-vlc with the sole installed version of python 3.6 64-bit, yet it seemed to have installed the 32-bit version of the vlc library as I've experienced this very issue , which has an accepted solution of installing the library with a matching architecture type to that of python's. However, it isn't explicitly stated on how to do that.

How can I specifically install 64-bit vlc library?

Normally it should be compatible. As long as the Architecture of your Python and VLC installations are the same. There is no destinct version of python-vlc. So if you want to target both Architectures, you would have to use both the x86 and x64 version of Python

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM