推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
SekiBetu
V2EX  ›  Python

Python 已经修复了在 windows 上的系统代理注册表错误 BUG

  •  
  •   SekiBetu ·
    SekiBetu · May 14, 2022 · 3711 views
    This topic created in 1481 days ago, the information mentioned may be changed or developed.
    8 replies    2022-05-16 15:26:46 +08:00
    bigtear
        1
    bigtear  
       May 14, 2022
    好耶
    kokutou
        2
    kokutou  
       May 14, 2022
    好耶
    kokutou
        3
    kokutou  
       May 14, 2022
    虽然我已经做了个 bat 丢到了 C:\Users\%username% 下面.
    p1.bat
    ```
    @echo off
    set http_proxy=http://127.0.0.1:1080
    set https_proxy=http://127.0.0.1:1080
    echo %http_proxy%
    echo %https_proxy%
    ```

    每回装东西就先 p1,然后 pip
    bthulu
        4
    bthulu  
       May 14, 2022
    给你修就不错了, windows 用户没资格挑三拣四
    0TSH60F7J2rVkg8t
        5
    0TSH60F7J2rVkg8t  
       May 14, 2022
    @kokutou pip 不是自带 --proxy 参数么? --proxy http://127.0.0.1:1080
    Kisesy
        6
    Kisesy  
       May 14, 2022
    泪目,一直以为是 urllib3 的问题...
    uni
        7
    uni  
       May 15, 2022
    就是这个玩意,搞得我现在已经习惯性地在 pip 之前手动关代理了
    raycool
        8
    raycool  
       May 16, 2022
    原来这个是 bug
    一直以为是代理软件的问题
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1298 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 51ms · UTC 23:41 · PVG 07:41 · LAX 16:41 · JFK 19:41
    ♥ Do have faith in what you're doing.