Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pipenv install --dev 的时候报错 #60

Open
Gokv666 opened this issue May 9, 2023 · 1 comment
Open

pipenv install --dev 的时候报错 #60

Gokv666 opened this issue May 9, 2023 · 1 comment

Comments

@Gokv666
Copy link

Gokv666 commented May 9, 2023

pipenv install --dev 的时候报错
Installing dependencies from Pipfile.lock (15e1b5)...
An error occurred while installing ....
An error occurred while installing ....
An error occurred while installing ....
An error occurred while installing ....
An error occurred while installing ....
An error occurred while installing ....
An error occurred while installing ....

有知道怎么解决的吗

@greyli
Copy link
Owner

greyli commented May 13, 2023

有可能是网络问题,改用 pip 来安装依赖试一下?

$ python -m venv env  # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate  # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants