gpt4 book ai didi

windows - Python 3.7 - 激活 venv 错误参数格式不正确 65001 WINDOWS

转载 作者:可可西里 更新时间:2023-11-01 09:19:02 29 4
gpt4 key购买 nike

我刚刚将我的 python 版本更新到 3.7,但每次我激活我的 virtualenv 时,我都会收到以下错误消息:参数格式不正确 - 65001

有人知道这是什么意思以及如何解决这个问题吗?

提前致谢!

最佳答案

我目前遇到了同样的问题。请查看本页here还有这个bug report .

The issue can be solved by modifying the codepage grep of activate.bat: for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (...

只需添加“.”在 activate.bat 文件中的“delims=:”之后。这对我有用。

关于windows - Python 3.7 - 激活 venv 错误参数格式不正确 65001 WINDOWS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51358202/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com