How to access python library stored in separate environment?

111 Views Asked by At

For my project, I am using the Pymatgen libraries. I have installed it in a separate environment as "my_pymatgen". Now, during using the import pymatgen command it is giving the error ModuleNotFoundError. How to access this library?

0

There are 0 best solutions below