from pipenv.vendor.vistir.misc import replace_with_text_stream ModuleNotFoundError: No module named 'pipenv.vendor.vistir'

Viewed 20

when i try install packages with pipenv, i get a error

(pythonProject3) alexandr@alexandr-HP-Laptop-14s-dq2xxx:~/PycharmProjects/pythonProject3$ pipenv install /usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release warnings.warn( /usr/lib/python3/dist-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release warnings.warn( Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. You can set PIPENV_IGNORE_VIRTUALENVS=1 to force pipenv to ignore that environment and create its own instead. You can set PIPENV_VERBOSITY=-1 to suppress this warning. Pipfile.lock not found, creating... Locking [packages] dependencies... Building requirements... ✘ Locking Failed!

Traceback (most recent call last): File "/home/alexandr/.local/lib/python3.10/site-packages/pipenv/resolver.py", line 867, in main() File "/home/alexandr/.local/lib/python3.10/site-packages/pipenv/resolver.py", line 844, in main from pipenv.vendor.vistir.misc import replace_with_text_stream ModuleNotFoundError: No module named 'pipenv.vendor.vistir'

I already install pipenv

0 Answers
Related