我上傳一個軟件包到pypi,但上傳後遇到了一些麻煩,所以我把它徹底刪除了,我試着重新上傳,但上傳後又出現一些錯誤: HTTP Error 400: This filename has previously been used, you should use a different version. error: HTTP Error 400: This filename has previousl
我跟着official documentation上載包的PyPI,以及在PyPI中自述文件中提供的信息,但每次我得到一個HTTP 400錯誤: $ twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy
Enter your username: Sinistag
Enter your pas
我正嘗試在PyPi上上傳我的第一個軟件包。除了我的函數無法訪問包中的相關文件外,一切似乎都很好。錯誤如下。 File "/Users/my_username/anaconda/lib/python3.6/site-packages/deepcut/deepcut.py", line 134, in tokenize
with open('weight/object.pk', 'rb') as h
我這裏有PyPI上的一個包,是由命令行公佈,但沒有人可以下載(除了我包裝它在筆記本電腦上): pip install webdriver_chauffeur
Collecting webdriver_chauffeur
Could not find a version that satisfies the requirement webdriver_chauffeur (from ve