我是repo的所有者,我试图从其他项目导入它。我是通过pip install git+https://github.com/FranGoitia/shapelets
使用pip安装的,但是我无法导入它。我尝试导入shapelets和shapelets_classifier,但都没有工作。
答案 0 :(得分:1)
你没有以正确的方式安装git repo。
试试这个:
pip install -e git+git://github.com/FranGoitia/shapelets@master#egg=shapelets_classifier-1.0-py3.5
然后你可以使用
import shapelet
答案 1 :(得分:0)
正如您在存储库中看到的那样,您实际尝试导入的文件是shapelet.py,因此请尝试import shapelet