No module error
Module not found error : no module named faker
This is the error I faced while I tried importing faker
I tried all the solutions provided in google but my error is not resolved, I use python 13 and pip 25.0,i have to start a project but I stuck here don't know how to solve
Have you installed the package into the correct Python environment used by your project? pip install Faker
Hi @swapna1321 can you provide more information about the error you have?
assuming you're using python 3.1 (and not python 13...) you should be able to install and use it without any problems.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
I just got this error. For me downgrading to Python 3.10 solved it. Before that I was using the 3.13 version of the Python. @swapna1321.
Although Python 3.8 and above is listed as compatible, there should be documentation specifying the upper version limit for compatibility. I think this should be stated more clearly. I might have missed it, but I haven't seen it on PyPI or GitHub @joke2k