Module not found error
Hi,
I have followed the same steps as mentioned in another question posted by using pip install numpy and have done the same with opencv. But even after that its showing module not found. Also can you provide with a tutorial from the begining to run vscode as am having some confusion.
Kindly find the screenshot attached.
1 answers ( 0 marked as helpful)
Hey Abishek,
Thank you for reaching out!
Please, open your Anaconda Prompt and type in the following:
activate capstone
conda list
After executing the second line, you will get a list of the librarires installed within the capstone
environment. Make sure you have both numpy
and opencv
in the list:
Then, try to execute the code again in Visual Studio (making sure you're in the capstone
environment).
Kind regards,
365 Hristina