代码之家  ›  专栏  ›  技术社区  ›  Zoidberg

PyPi测试永久重定向

  •  2
  • Zoidberg  · 技术社区  · 6 年前

    我正在尝试注册并上传到pypi测试服务器( https://pypi.python.org/pypi ).我按照 http://peterdowns.com/posts/first-time-with-pypi.html 在注册之前,一切似乎都正常:

    herman@herman-Galago-Pro$ venv/bin/python setup.py register -r pypitest
    running register
    running egg_info
    writing Flask_Meter.egg-info/PKG-INFO
    writing dependency_links to Flask_Meter.egg-info/dependency_links.txt
    writing top-level names to Flask_Meter.egg-info/top_level.txt
    reading manifest file 'Flask_Meter.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files matching '__pycache__' found under directory '*'
    warning: no files found matching '*.jpg' under directory 'docs'
    warning: no files found matching '*.png' under directory 'docs'
    warning: no files found matching '*.gif' under directory 'docs'
    writing manifest file 'Flask_Meter.egg-info/SOURCES.txt'
    running check
    Registering Flask-Meter to https://testpypi.python.org/pypi
    Server response (308): Permanent Redirect
    
    1 回复  |  直到 6 年前
        1
  •  1
  •   Zoidberg    6 年前

    我发现我必须在pypi测试服务器中创建一个帐户