中提供的示例。
https://github.com/dwallach1/Qualtrics_API
一旦我执行了以下操作
!pip install Qualtrics它为我提供了以下内容
ERROR: Could not find a version that satisfies the requirement Qualtrics (from versions: none)
ERROR: No matching distribution found for Qualtrics然后我会关注提供的网页
import Qualtrics它给了我
ModuleNotFoundError: No module named 'Qualtrics'以前有人试过吗?
发布于 2019-12-04 19:00:43
您应该导入此文件
https://github.com/dwallach1/Qualtrics_API/blob/master/src/qualtrics.py
而且您不应该从pip安装它
如果您想使用pip包,请在下面提供python包,请查看它!
pip install py-qualtrics-api
https://stackoverflow.com/questions/59174334
复制相似问题