Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
24147 Weergaven

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

Avatar
Annuleer
Beste antwoord

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
Avatar
Annuleer
Beste antwoord

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

pip install -r requirements.txt

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
jul. 22
2447
1
mei 24
2014
2
dec. 23
14739
0
okt. 23
33
3
okt. 23
788