<html><body><div>I'm trying to fix it and the requests publishes and locally installs fine, but when I try to use it in python3.7:</div><div><br></div><div>>>> import requests</div><div><br></div><div>I get this message:</div><div>/usr/lib/python3.7/vendor-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.1) or chardet (4.0.0) doesn't match a supported version! <br>  RequestsDependencyWarning)</div><div><br></div><div>When I ask pipdeptree, it gives me this:</div><div><br></div><div>requests==2.22.0 <br>  - chardet [required: >=3.0.2,<3.1.0, installed: 4.0.0] <br>  - idna [required: >=2.5,<2.9, installed: 2.10] <br>  - urllib3 [required: >=1.21.1,<1.26,!=1.25.0, installed: 1.25.1]</div><div><br></div><div>It looks like the version of chardet and maybe idna are outside of requests' scope of supported versions. Is there a way how to make requests use the previous versions? <br></div><div>Thank you!<br></div><div><br></div><aside>
---------- Původní e-mail ----------<br>
Od: Aurélien Larcher <aurelien.larcher@gmail.com><br>
Komu: OpenIndiana Developer mailing list <oi-dev@openindiana.org><br>
Datum: 16. 2. 2021 18:57:38<br>
Předmět: Re: [oi-dev] requests-37
</aside><br><blockquote data-email="aurelien.larcher@gmail.com">Probably I messed up the rebase and -$(PYV) is missing from the
<br>manifest in the fmri.
<br>
<br>On 2/16/21, Nona Hansel <nona.h@seznam.cz> wrote:
<br>>
<br>> Hello,
<br>>
<br>>
<br>>
<br>>
<br>> I'm trying to install requests-37 which according to it's Makefile we
<br>> should
<br>> provide, but when I ask for it:
<br>>
<br>>
<br>>
<br>>
<br>> $ pfexec pkg info -r library/python/requests*
<br>>
<br>>
<br>>
<br>>
<br>> it doesn't show it nor it shows requests-39.
<br>>
<br>>
<br>>
<br>>
<br>> It can't be found here:
<br>> https://pkg.openindiana.org/hipster/en/search.shtml?
<br>> action=Search&token=requests-37&failed=1
<br>>
<br>> and when I try to find requests-35 in this website, it finds the previous
<br>> version.
<br>>
<br>>
<br>>
<br>>
<br>> Isn't there something wrong with this component?
<br>>
<br>>
<br>>
<br>>
<br>> Thank you,
<br>>
<br>> Nona
<br>>
<br>
<br>
<br>-- 
<br>---
<br>Praise the Caffeine embeddings
<br>
<br>_______________________________________________
<br>oi-dev mailing list
<br>oi-dev@openindiana.org
<br>https://openindiana.org/mailman/listinfo/oi-dev
<br></blockquote></body></html>