import pylibconfig2 报错的解决方案

在Windows环境下,尝试导入pylibconfig2时遇到错误,原因是缺少pyparsing库。通过安装pyparsing模块,可以成功解决此问题,从而正常导入并使用pylibconfig2。
摘要由CSDN通过智能技术生成
C:\Windows\system32>python
Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylibconfig2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Program Files\Python2.7\lib\site-packages\pylibconfig2\__init__.py", line 1, in <module>
    from pylibconfig2.conf_types import \
  File "C:\Program Files\Python2.7\lib\site-packages\pylibconfig2\conf_types.py", line 11, in <module>
    import pyparsing as pp
ImportError: No module named pyparsing
>>> exit()

此处报错,缺少 pyparsing


C:\Windows\system32>pip install pyparsing
Collecting pyparsing
C:\Program Files\Python2.7\lib\site-packages\pip-9.0.1-py2.7.egg\pip\_vendor\requests\packages\urllib3\util\ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
C:\Program Files\Python2.7\lib\site-packages\pip-9.0.1-py2.7.egg\pip\_vendor\requests\packages\urllib3\util\ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Using cached pyparsing-2.2.0-py2.py3-none-any.whl
Installing collected packages: pyparsing
Successfully installed pyparsing-2.2.0

C:\Windows\system32>python
Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylibconfig2
>>> exit()

成功导入 pylibconfig2

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值