sddebz / stable-diffusion-krita-plugin

GNU Affero General Public License v3.0
423 stars 34 forks source link

Change httpx from 0.25.1 to 0.24.1 version. When this installed by pip, no version set as httpx==0.24.1 #59

Open Nestorchik opened 9 months ago

Nestorchik commented 9 months ago

Fater install: client = httpx.AsyncClient() File "D:\krita\venv\lib\site-packages\httpx_client.py", line 1397, in init self._transport = self._init_transport( File "D:\krita\venv\lib\site-packages\httpx_client.py", line 1445, in _init_transport return AsyncHTTPTransport( File "D:\krita\venv\lib\site-packages\httpx_transports\default.py", line 275, in init self._pool = httpcore.AsyncConnectionPool( TypeError: AsyncConnectionPool.init() got an unexpected keyword argument 'socket_options'

Need to change package version:

pip uninstall httpx==0.25.1 pip install httpx==0.24.1

... and all OK )