Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
24270 มุมมอง

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

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
ก.ค. 22
2538
1
พ.ค. 24
2109
Odoo Mail Sending Limit แก้ไขแล้ว
2
ธ.ค. 23
14923
0
ต.ค. 23
33
3
ต.ค. 23
790