pip install tqdm
をしてもimportをした場合
No module named 'tqdm'と出ていたので
export PYTHONPATH="/path/to/the/directory/to/add:$PYTHONPATH"
すればよい。
それだけ。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
pip install tqdm
をしてもimportをした場合
No module named 'tqdm'と出ていたので
export PYTHONPATH="/path/to/the/directory/to/add:$PYTHONPATH"
すればよい。
それだけ。
Register as a new user and use Qiita more conveniently
Go to list of users who liked