(env) D:\python\myproject\env\Lib\site-packages\superset>pip install "D:\Downloads\cx_Oracle-5.3+oci12c-cp36-cp36m-win_amd64.whl"
cx_Oracle-5.3+oci12c-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.

(env) D:\python\myproject\env\Lib\site-packages\superset>print(pip.pep425tags.get_supported())
无法初始化设备 PRN

(env) D:\python\myproject\env\Lib\site-packages\superset>python
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> print(pip.pep425tags.get_supported())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'pip' is not defined
>>> import pip
>>> print(pip.pep425tags.get_supported())
[('cp36', 'cp36m', 'win32'), ('cp36', 'none', 'win32'), ('py3', 'none', 'win32'), ('cp36', 'none', 'any'), ('cp3', 'none', 'any'), ('py36', 'none', 'any'), ('py
3', 'none', 'any'), ('py35', 'none', 'any'), ('py34', 'none', 'any'), ('py33', 'none', 'any'), ('py32', 'none', 'any'), ('py31', 'none', 'any'), ('py30', 'none'
, 'any')]
>>> eixt()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'eixt' is not defined
>>> exit()

(env) D:\python\myproject\env\Lib\site-packages\superset>pip install "D:\Downloads\cx_Oracle-5.3+oci12c-cp36-none-any.whl"
Processing d:\downloads\cx_oracle-5.3+oci12c-cp36-none-any.whl
Installing collected packages: cx-Oracle
Successfully installed cx-Oracle-5.3+oci12c

相关文章:

  • 2021-05-26
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-06-02
  • 2022-02-23
  • 2022-12-23
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-26
  • 2021-05-01
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案