Skip to content

Fix dependencies for pip#33

Open
apxangels wants to merge 1 commit intoSergeyShk:masterfrom
apxangels:patch-1
Open

Fix dependencies for pip#33
apxangels wants to merge 1 commit intoSergeyShk:masterfrom
apxangels:patch-1

Conversation

@apxangels
Copy link

Исправление потеницальной ошибки при установке pip библиотек

Исправление потеницальной ошибки при установке pip библиотек
@apxangels
Copy link
Author

Preventing errors like
45.37 File "/tmp/pip-install-igtc85l1/sox/sox/__init__.py", line 21, in <module> 45.37 from . import file_info 45.37 File "/tmp/pip-install-igtc85l1/sox/sox/file_info.py", line 9, in <module> 45.37 from .core import VALID_FORMATS 45.37 File "/tmp/pip-install-igtc85l1/sox/sox/core.py", line 9, in <module> 45.37 from typing_extensions import Literal 45.37 ModuleNotFoundError: No module named 'typing_extensions' 45.37 ----------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant