小编Den*_*nny的帖子

FileNotFoundError: [Errno 2] 使用 Pipenv

我正在尝试使用 django 安装依赖项pipenv install。\n然后它在 Ubuntu 22.04 LTS 中响应如下错误消息。是否文件路径错误或安装不完整?

\n

Python 版本 - 3.10.4,pip 版本 - pip 22.0.4 来自 /usr/local/lib/python3.10/dist-packages/pip (python 3.10)

\n
/home/username/.local/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release\n  warnings.warn(\n/home/username/.local/lib/python3.10/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release\n  warnings.warn(\nCreating a virtualenv for this project...\nPipfile: /home/username/Documents/codes/storefront2/Pipfile\nUsing /usr/bin/python3 (3.10.4) to create virtualenv...\n\xe2\xa0\x8f Creating virtual environment...created virtual environment CPython3.10.4.final.0-64 in 184ms\n  creator CPython3Posix(dest=/home/username/.local/share/virtualenvs/storefront2-Kl67gUFU, clear=False, no_vcs_ignore=False, …
Run Code Online (Sandbox Code Playgroud)

python django python-3.x

13
推荐指数
1
解决办法
6071
查看次数

标签 统计

django ×1

python ×1

python-3.x ×1