Before someone close this question for being duplicate please note that I have tried several solutions from stack overflow and nothing seems to work. Following are the solutions I tried:
- Transfer Python setup across different PC
- https://datascience.stackexchange.com/questions/24093/how-to-clone-python-working-environment-on-another-machine
Now my question.
I made a few machine learning algorithms on my laptop during lockdown. (It gave me hard time back then as well to install proper tensorflow + keras packages). Now, after lockdown ends here, I want to run those algos on my lab PCs but I get errors for not having proper packages.
In short, I just want to clone my laptop based python and all other packages to my lab computer.
PS. I tried to install Keras package, but it ask me to downgrade my Python which I cannot due to apparent restriction from my university network.