mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Document solution for "ImportError: cannot import name _remove_dead_weakref"
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 201c711ed3...acf6c86c84
@ -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']
|
||||
|
Reference in New Issue
Block a user