CPython mistake

Hi everyone, I’m trying to use pandas in my pyrevit extension and getting this mistake? I installed version of python 3.8.5 like Cpython engine, maybe some mistake in Path or PYTHONPATH ?

I’d try it outside fo Revit first see if version are compatible

can you explain how I can make it, I’m kinda new to it

remove all references to pyrevit or revit related module first and run your code directly in vscode to see if it runs on your computer outside the revit application

outside revit everything works fine, no mistakes, only when trying to use it in pyrevit