I tried the python shell, the result was :
[‘__all__’, ‘__builtins__’, ‘__cached__’, ‘__doc__’, ‘__file__’, ‘__loader__’, ‘__name__’, ‘__package__’, ‘__path__’, ‘__spec__’, ‘__version__’, ‘_version’, ‘absolute_import’, ‘clear_param_store’, ‘condition’, ‘distributions’, ‘division’, ‘do’, ‘enable_validation’, ‘get_param_store’, ‘iarange’, ‘infer’, ‘irange’, ‘log’, ‘logger’, ‘markov’, ‘module’, ‘ops’, ‘param’, ‘params’, ‘plate’, ‘poutine’, ‘primitives’, ‘print_function’, ‘random_module’, ‘sample’, ‘set_rng_seed’, ‘util’, ‘validation_enabled’, ‘version_prefix’]
but when I do the same from Jupiter notebook inside my vs code the result was only :
[‘__builtins__’, ‘__cached__’, ‘__doc__’, ‘__file__’, ‘__loader__’, ‘__name__’, ‘__package__’, ‘__spec__’]
I’m not really sure but I only installed pytorch, torchvision, spyder, matplotlib, and jupyter other than pyro.