Document solution for "ImportError: cannot import name _remove_dead_weakref"

This commit is contained in:
Ivan Kravets
2018-07-25 15:58:47 +03:00
parent 42540d4207
commit 9b15ec417b
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ def get_develop_latest_version():
def get_pypi_latest_version():
r = requests.get(
"https://pypi.python.org/pypi/platformio/json",
"https://pypi.org/pypi/platformio/json",
headers=util.get_request_defheaders())
r.raise_for_status()
return r.json()['info']['version']