跳至内容
菜单
此问题已终结
2 回复
24196 查看

in ubuntu 18 , when i try  to use requirements.txt to install all dependencies in odoo 12 , i face this error

 

Could not find a version that satisfies the requirement requirements.txt (from versions: )
No matching distribution found for requirements.txt

形象
丢弃
最佳答案

Hi, Israa

Yes, actually few dependent libraries are not compatible with the current python version.

So, you can try below command in order ignore errors which are getting.

cat requirements.txt | xargs -n 1 pip install 

Hope it will fix your query. Feel free to ask in case you still have the same issue.

Thanks,
Ashish Singh (Team Lead)
Webkul Software Private Limited
形象
丢弃
最佳答案

You have to pass the -r flag when installing from requirements.txt file. Try running:

pip install -r requirements.txt

形象
丢弃
相关帖文 回复 查看 活动
0
7月 22
2507
1
5月 24
2055
2
12月 23
14789
0
10月 23
33
3
10月 23
788