Crewai installation issue

Hello, I have pip install crewai crewai-tools as instructed through cmd, but when checking its version using pip list, I can see both are installed with version:
crewai 0.75.1
crewai-tools 0.13.2

However, when using cmd to check: crewai --version
— ‘crewai’ is not recognized as an internal or external command,
operable program or batch file.

I also using notebook to run the testing:
“import crewai
print(“crewai package is successfully imported!”)
print(crewai.version)”

The error message is

ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import crewai
3 print(“crewai package is successfully imported!”)
4 print(crewai.version)

ModuleNotFoundError: No module named ‘crewai’

Please kindly advise.

I think I solved the problem through chatgpt. It is enviroment setting issue. It is a good lesson learning with this chatbot.