Answer
This question has not yet been answered.
Python, Python Automation, PSCAD, pipenv, venv
Do you have the same question? Follow this Question
This question has not yet been answered.
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
By
Figured out a workaround, although not ideal.
From "C:\Users\***\AppData\Local\Programs\Python\Python310\Lib\site-packages" I copied the "mhrc" folder into my python working directory so it becomes its own package inside the folder. In the virtual environment, I used "pip install pywin32" to add this package's dependencies to the venv (while venv is activated). While it's still polluting the global environment, hopefully it's not causing conflictions down the line.
Add New Comment