I need pywin32 in order to use a module. This is the command I use in Odoo.sh shell:
pip install pywin32
And this is the error I get:
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
I really need this library it's pretty urgent. Is there a way to install it? I don't have Odoo installed in local btw I just work in Odoo.sh
Also tried to install pypiwin32 and it worked but the module still needs pywin32, more exactly win32com
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
You can't install Python library directly in Odoo.sh, If you would like to use an external Python library which is not installed by default, you can define a requirements.txt file listing the external libraries your modules depends on.
So from the Odoo.sh editor, create and open the file ~/src/user/requirements.txt.
then add pywin32 to the requirements.txt file, The Odoo platform will use this file to automatically install the Python libraries your project needs.
More details in Odoo documentation
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Python library not installed: webp
Diselesaikan
|
|
2
Agu 20
|
6212 | |
|
3
Mei 25
|
3438 | ||
|
2
Sep 21
|
5435 | ||
|
6
Agu 18
|
18181 | ||
How to avoid division by zero when doing "/" ?
Diselesaikan
|
|
1
Mei 18
|
39429 |