【发布时间】:2021-09-02 14:46:08
【问题描述】:
我正在尝试为一个项目安装 tobii_research,我按照http://developer.tobiipro.com/python/python-getting-started.html 上的说明进行操作
我的 Mac 上已经安装了 python 3.7.6 和 pip 21.1.2。
当我运行pip install tobii-research 时,我得到:
ERROR: Could not find a version that satisfies the requirement tobii_research (from versions: none)
ERROR: No matching distribution found for tobii-research
是不是我忘了安装什么东西?
我也无法弄清楚如何手动安装它。 非常感谢您提供 pip 或手动安装的帮助,但您可能需要像我一样愚蠢地向我解释。
提前致谢。
【问题讨论】:
-
他们的开发者文档页面上有一个错字。见pypi.org/project/tobii-research
-
用
pip3代替pip -
pip3 不起作用。我也试过“pip install tobii-research”
标签: python macos installation import