-
Can I direct openroad -python interpreter to use the python version installed in a conda environment? I have all the dependencies to use Openroad & circuit Ops for ML Ops installed in this environment, so need openroad to detect those packages as well. |
Beta Was this translation helpful? Give feedback.
Answered by
Akilax0
Jun 4, 2024
Replies: 1 comment 5 replies
-
You can't change the python interpreter as it is compiled in. You can set the PYTHONPATH to make packages loadable. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay does that mean even though Python version is not changeable, we can have a conda environment with required packages installed with same python version to be used with PYTHONPATH