简体   繁体   中英

I couldn't import or use tdclient library

I got an error with this code:

from td.client import TDClient

Error message:

ModuleNotFoundError: No module named 'tdclient' 

and I installed tdclient through the command line:

pip install td-client

and it was successfully installed.

If you are using virtual environments (venv), ensure you installed the module in the right venv.

If you are indeed using the right virtual env, or you're not using virtual environments at all, there may be a typo in the import statement.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM