Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新0.48后使用报错 #20

Closed
gitnoobbbb opened this issue Sep 18, 2022 · 2 comments
Closed

更新0.48后使用报错 #20

gitnoobbbb opened this issue Sep 18, 2022 · 2 comments

Comments

@gitnoobbbb
Copy link

gitnoobbbb commented Sep 18, 2022

环境win 11/python 3.10.2
此前0.46使用正常
0.46-->0.48更新后
torcp -h报错如下:

Traceback (most recent call last):
File "D:\develop\pythondevelop\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "D:\develop\pythondevelop\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\develop\pythondevelop\Python310\Scripts\torcp.exe_main
.py", line 4, in
File "D:\develop\pythondevelop\Python310\lib\site-packages\torcp\torcp.py", line 22, in
from torcp.tmdbparser import TMDbNameParser
File "D:\develop\pythondevelop\Python310\lib\site-packages\torcp\tmdbparser.py", line 3, in
from tmdbv3api import TMDb, Movie, TV, Search, Find
ImportError: cannot import name 'Find' from 'tmdbv3api' (D:\develop\pythondevelop\Python310\lib\site-packages\tmdbv3api_init
.py)

@ccf-2012
Copy link
Owner

tmdbv3api需要升级,早期安装的版本没有Find函数

pip install -U tmdbv3api

@gitnoobbbb
Copy link
Author

tmdbv3api需要升级,早期安装的版本没有Find函数

pip install -U tmdbv3api

已解决 非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants