farfarfun / fundrive

网盘,支持蓝奏云、OSS、github、gitee
Apache License 2.0
28 stars 4 forks source link

Notetool import error #1

Closed JIACHENG135 closed 3 years ago

JIACHENG135 commented 4 years ago

ImportError: cannot import name 'log' from 'notetool' from notedrive.baidu.drive import BaiDuDrive Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Users\ljc14\AppData\Local\Programs\Python\Python37\lib\site-packages\notedrive\baidu\drive.py", line 11, in <module> from notetool import log ImportError: cannot import name 'log' from 'notetool'

farfun commented 4 years ago

不好意思,没注意到

你可以用下面的方式再重新安装下 pip install git+https://github.com/notechats/notedrive.git pip install git+https://github.com/notechats/notetool.git