PyAr / pyafipws

Interfases, tools and apps for Argentina's gov't. webservices (soap, com/dll simil-ocx, pdf, dbf, xml, json, etc.) #python
https://github.com/PyAr/pyafipws/wiki/PyAr-PSF-GSoC-2019-Final-Summary
GNU Lesser General Public License v3.0
2 stars 15 forks source link

Fix windows 64 bits platform_machine marker #133

Open reingart opened 1 year ago

reingart commented 1 year ago

In 64 bit windows, it is not installing the latest pillow dependency version:

Ignoring Pillow: markers 'platform_machine == "x86_64"' don't match your environment
...
Collecting Pillow<=9.5.0 (from -r requirements.txt (line 9))

This could be causing issues with python 3.11?

Related to #130