OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
918 stars 1.87k forks source link

[13.0] updated matplotlib requirement brokes odoo.sh builds #1904

Open sviluppo-msa opened 3 years ago

sviluppo-msa commented 3 years ago

The change in the matplolib version requirements made in this commit https://github.com/OCA/web/commit/80907425f1f4baf622d103e9102c0406798c0df2 broke builds on odoo.sh. Odoo.sh uses python 3.6.9 and this is the error shown in the dependencies installation log. Maybe the python_version markers should be more refined for version 3.6.9 ?

9aa09e6e49/matplotlib-3.4.1-cp39-cp39-win_amd64.whl#sha256=53ceb12ef44f8982b45adc7a0889a7e2df1d758e8b360f460e435abe8a8cd658 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7) 2021-04-25T16:08:17,560 Link requires a different Python (3.6.9 not in: '>=3.7'): https://files.pythonhosted.org/packages/84/61/28711c7773a3a47c7f798cafc219968aab78d260c0d674696a077432bbd4/matplotlib-3.4.1.tar.gz#sha256=84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7) 2021-04-25T16:08:17,563 Given no hashes to check 0 links for project 'matplotlib': discarding no candidates 2021-04-25T16:08:17,564 ERROR: Could not find a version that satisfies the requirement matplotlib==3.0.3,==3.4.1 (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0rc1, 3.1.0rc2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0rc1, 3.2.0rc3, 3.2.0, 3.2.1, 3.2.2, 3.3.0rc1, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4)

antoniocanovas commented 3 years ago

Same problem in [v12] and odoo.sh

Un saludo,


   Antonio Cánovas Pedreño

@.*** Teléfono.- 6224.2.6224 ¿Reconoces la emoción y el sentimiento? 50 Palos - Jarabe de Palo => Gracias PAU

El dom, 25 abr 2021 a las 18:16, sviluppo-msa @.***>) escribió:

The change in the matplolib version requirements made in this commit 8090742 https://github.com/OCA/web/commit/80907425f1f4baf622d103e9102c0406798c0df2 broke builds on odoo.sh. Odoo.sh uses python 3.6.9 and this is the error shown in the dependencies installation log. Maybe the python_version markers should be more refined for version 3.6.9 ?

9aa09e6e49/matplotlib-3.4.1-cp39-cp39-win_amd64.whl#sha256=53ceb12ef44f8982b45adc7a0889a7e2df1d758e8b360f460e435abe8a8cd658 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7) 2021-04-25T16:08:17,560 Link requires a different Python (3.6.9 not in: '>=3.7'): https://files.pythonhosted.org/packages/84/61/28711c7773a3a47c7f798cafc219968aab78d260c0d674696a077432bbd4/matplotlib-3.4.1.tar.gz#sha256=84d4c4f650f356678a5d658a43ca21a41fca13f9b8b00169c0b76e6a6a948908 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.7) 2021-04-25T16:08:17,563 Given no hashes to check 0 links for project 'matplotlib': discarding no candidates 2021-04-25T16:08:17,564 ERROR: Could not find a version that satisfies the requirement matplotlib==3.0.3,==3.4.1 (from versions: 0.86, 0.86.1, 0.86.2, 0.91.0, 0.91.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1rc1, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 2.0.0b1, 2.0.0b2, 2.0.0b3, 2.0.0b4, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc1, 2.1.0, 2.1.1, 2.1.2, 2.2.0rc1, 2.2.0, 2.2.2, 2.2.3, 2.2.4, 2.2.5, 3.0.0rc2, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.1.0rc1, 3.1.0rc2, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0rc1, 3.2.0rc3, 3.2.0, 3.2.1, 3.2.2, 3.3.0rc1, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.3.4)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/OCA/web/issues/1904, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7P7SMY3FEG4BUYATDREC3TKQ537ANCNFSM43RNXLEQ .

--

Antes de imprimir este e-mail piense bien si es necesario, la conservación del medio ambiente es tarea de todos. Este mensaje contiene información CONFIDENCIAL sometida a secreto profesional. Si lo ha recibido por error, debe saber que la copia, uso o divulgación están prohibidos la Ley, por ello, le rogamos que nos lo comunique por esta misma vía y proceda a su destrucción. 

Muchas gracias.

gfcapalbo commented 3 years ago

Exact problem on Odoo v13 . i had to pin production on previous commit to deploy.

antoniocanovas commented 3 years ago

I have deleted the submodule "oca/web", and copy only the module I am using on the root.

Un saludo,


   Antonio Cánovas Pedreño

@.*** Teléfono.- 6224.2.6224 ¿Reconoces la emoción y el sentimiento? 50 Palos - Jarabe de Palo => Gracias PAU

El jue, 6 may 2021 a las 12:50, Giovanni Capalbo (Therp) (< @.***>) escribió:

Exact problem on Odoo v13 . i had to pin production on previous commit to deploy.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/OCA/web/issues/1904#issuecomment-833428197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7P7SLCIOGVNP5FVRNJEETTMJX6BANCNFSM43RNXLEQ .

--

Antes de imprimir este e-mail piense bien si es necesario, la conservación del medio ambiente es tarea de todos. Este mensaje contiene información CONFIDENCIAL sometida a secreto profesional. Si lo ha recibido por error, debe saber que la copia, uso o divulgación están prohibidos la Ley, por ello, le rogamos que nos lo comunique por esta misma vía y proceda a su destrucción. 

Muchas gracias.

github-actions[bot] commented 2 weeks ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.