Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试导入 pyquery,就像我之前按时做了数百次一样,但它不起作用。它看起来与 Mac OS Sierra 有关。(使用 pip 安装的模块并且是最新的)
from pyquery import PyQuery as pq
命名空间出错
ImportError: cannot import name PyQuery
任何想法 ?谢谢 !
终于找到原因了。我的文件与我的导入同名......所以库导入被 .py 文件的名称覆盖。