You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No idea what happened recently, however I am unable to use rembg under Windows 10 22H2, conda 22.9.0, Python 3.10.8. I have been using the CLI until tonight. Here is the error:
Microsoft Windows [Version 10.0.19045.2311]
(c) Microsoft Corporation. All rights reserved.
C:\Users\y0himba\Desktop>rembg
C:\Users\y0himba\anaconda3\lib\site-packages\numpy_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:
C:\Users\y0himba\anaconda3\lib\site-packages\numpy.libs\libopenblas.FB5AE2TYXYH2IJRDKGDGQ3XBKLKTF43H.gfortran-win_amd64.dll
C:\Users\y0himba\anaconda3\lib\site-packages\numpy.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll
warnings.warn("loaded more than 1 DLL from .libs:"
C:\Users\y0himba\anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Traceback (most recent call last):
File "C:\Users\y0himba\anaconda3\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\y0himba\anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\y0himba\anaconda3\Scripts\rembg.exe_main.py", line 4, in
File "C:\Users\y0himba\anaconda3\lib\site-packages\rembg\cli.py", line 11, in
from asyncer import asyncify
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_init.py", line 3, in
from .main import create_task_group as create_task_group
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_main.py", line 19, in
from typing_extensions import ParamSpec
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (C:\Users\y0himba\anaconda3\lib\site-packages\typing_extensions.py)4, in
File "C:\Users\y0himba\anaconda3\lib\site-packages\rembg\cli.py", line 11, in
from asyncer import asyncify
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_init.py", line 3, in
from ._main import create_task_group as create_task_group
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_main.py", line 19, in
from typing_extensions import ParamSpec
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (C:\Users\y0himba\anaconda3\lib\site-packages\typing_extensions.py)
Any help is appreciated, I use rembg quite a lot. If I knew how to code it as a web app I would. It's the best.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
No idea what happened recently, however I am unable to use rembg under Windows 10 22H2, conda 22.9.0, Python 3.10.8. I have been using the CLI until tonight. Here is the error:
Microsoft Windows [Version 10.0.19045.2311]
(c) Microsoft Corporation. All rights reserved.
C:\Users\y0himba\Desktop>rembg
C:\Users\y0himba\anaconda3\lib\site-packages\numpy_distributor_init.py:30: UserWarning: loaded more than 1 DLL from .libs:
C:\Users\y0himba\anaconda3\lib\site-packages\numpy.libs\libopenblas.FB5AE2TYXYH2IJRDKGDGQ3XBKLKTF43H.gfortran-win_amd64.dll
C:\Users\y0himba\anaconda3\lib\site-packages\numpy.libs\libopenblas.WCDJNK7YVMPZQ2ME2ZZHJJRJ3JIKNDB7.gfortran-win_amd64.dll
warnings.warn("loaded more than 1 DLL from .libs:"
C:\Users\y0himba\anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated
"class": algorithms.Blowfish,
Traceback (most recent call last):
File "C:\Users\y0himba\anaconda3\lib\runpy.py", line 197, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\y0himba\anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\y0himba\anaconda3\Scripts\rembg.exe_main.py", line 4, in
File "C:\Users\y0himba\anaconda3\lib\site-packages\rembg\cli.py", line 11, in
from asyncer import asyncify
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_init.py", line 3, in
from .main import create_task_group as create_task_group
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_main.py", line 19, in
from typing_extensions import ParamSpec
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (C:\Users\y0himba\anaconda3\lib\site-packages\typing_extensions.py)4, in
File "C:\Users\y0himba\anaconda3\lib\site-packages\rembg\cli.py", line 11, in
from asyncer import asyncify
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_init.py", line 3, in
from ._main import create_task_group as create_task_group
File "C:\Users\y0himba\anaconda3\lib\site-packages\asyncer_main.py", line 19, in
from typing_extensions import ParamSpec
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (C:\Users\y0himba\anaconda3\lib\site-packages\typing_extensions.py)
Any help is appreciated, I use rembg quite a lot. If I knew how to code it as a web app I would. It's the best.
Beta Was this translation helpful? Give feedback.
All reactions