تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
24170 أدوات العرض

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
يوليو 22
2473
1
مايو 24
2020
2
ديسمبر 23
14763
0
أكتوبر 23
33
3
أكتوبر 23
788