I am using renderdocui interactive python shell to import inspect but I get this error:
>> import inspect
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named inspect
I have installed python using Ananconda in Windows 10.
C:\Users\mona>ananconda search -t conda inspect
'ananconda' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\mona>conda install inspect
Fetching package metadata .........
Solving package specifications: .
PackageNotFoundError: Package not found: '' Package missing in current win-64 channels:
- inspect
You can search for packages on anaconda.org with
anaconda search -t conda inspect
How should I fix this?