简体   繁体   中英

Is there a way to only allow pip to install universal wheels

有没有一种方法可以强制pip只允许通用或python轮子,并编译仅可作为二进制轮子使用的本地软件包?

pip install --implementation py will only install universal wheels. You will also need to specify what to do about dependencies (if you try running this command without the other required flags there will be an error message that explains what your options are).

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