How to fix ModuleNotFoundError: No module named 'conans'
Problem:
When runningĀ conanfile.py
or other Python scripts, you see an error message like
Traceback (most recent call last):
File "/home/myuser/myproject/conanfile.py", line 1, in <module>
from conans import ConanFile, CMake
ModuleNotFoundError: No module named 'conans'
Solution
Install conan using one of the recommended methods such as the recommended install via pip
sudo pip3 install conan
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow