简体   繁体   中英

Pip Package is not Installing on Ubuntu

I have tried installing this pip package for python 3 But I receive this error:

 Could not find a version that satisfies the requirement odoo<11.1dev,>=11.0a (from odoo11-addon-web-tree-dynamic-colored-field) (from versions: )
No matching distribution found for odoo<11.1dev,>=11.0a (from odoo11-addon-web-tree-dynamic-colored-field)

If I download the whl package and try to install, I receive this error:

`odoo10_addon_web_tree_dynamic_colored_field-10.0.1.0.0-py2-none-any.whl is not a supported wheel on this platfo`rm.

How can I resolve these errors and install the pip package?

The version 10.0.1.0.0-py2 clearly intended for Python2 only. BTW, where did you get such an old version. At the linked page at PyPI there is only 11.0.1.0.0 and 11.0.1.0.1 (and beta versions). Try version 11.0.1.0.1.

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