当我尝试安装烧瓶bootstrap时,环境错误

发布于 2025-01-28 22:56:12 字数 221 浏览 1 评论 0原文

“在此处输入图像说明”

我尝试了几件事,例如检查我是否在代理重新启动Web袜子和我的计算机后面,但是没有什么可用。我要安装的命令是 PIP安装Blask-bootstrappip3 install flask-bootstrap

enter image description here

I've tried several things like checking if I'm behind a proxy restarting web sock and my computer but nothing worked. The command I'm using to install is
pip install flask-bootstrap or pip3 install flask-bootstrap.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江南烟雨〆相思醉 2025-02-04 22:56:12

如果您使用的是代理,则需要将其传递给PIP

pip install --proxy http://<username>:<password>@<address>:port flask-bootstrap

(假设您正在使用Windows),如果您无法通过命令行访问Internet(例如ping 8.8.8.8.8 << /code>)您可能需要重置winsock:

netsh Winsock reset

If you're using a proxy, you need to pass it to pip with

pip install --proxy http://<username>:<password>@<address>:port flask-bootstrap

Alternatively (assuming you're using Windows), if you can't access the internet at all through the command line (e.g. ping 8.8.8.8) you may need to reset Winsock:

netsh Winsock reset
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文