You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating pip, any Third party library didn't install。
e.g.
#> python37 -m pip install -U numpy
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already up-to-date: numpy in d:\programdata\python\python37\lib\site-packages (1.16.0)
Exception:
Traceback (most recent call last):
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\cli\base_command.py", line 176, in main
status = self.run(options, args)
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\commands\install.py", line 346, in run
session=session, autobuilding=True
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\wheel.py", line 848, in build
assert building_is_possible
AssertionError
The text was updated successfully, but these errors were encountered:
After updating pip, any Third party library didn't install。
e.g.
#> python37 -m pip install -U numpy
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Requirement already up-to-date: numpy in d:\programdata\python\python37\lib\site-packages (1.16.0)
Exception:
Traceback (most recent call last):
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\cli\base_command.py", line 176, in main
status = self.run(options, args)
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\commands\install.py", line 346, in run
session=session, autobuilding=True
File "D:\ProgramData\python\Python37\lib\site-packages\pip-19.0-py3.7.egg\pip_internal\wheel.py", line 848, in build
assert building_is_possible
AssertionError
The text was updated successfully, but these errors were encountered: