I have created a python project using PyCharm on my laptop and I want to get it into a VM which I do not have permissions to install anything using pip.
I am using libraries like pandas and numpy on my project, and on that VM I do not have those installed.
Is there any way to get my project working on that VM?
My project is implemented using Python 3.7 and Conda interpreter.
I have tried to install packages on that VM.