I'm using AWS for work with Anaconda in it. I don't have permission to install any python library (I mean, I requested it and it's taking ages) so I'm trying to see if there's a way around it.
I'm trying to install xgboost
, is it possible to do so without actually installing it? I thought maybe copying and pasting the base code, but it's a bit messy I guess?
Any better recommendations?
I tried using a virtual environment (venv
) and it doesn't seem to work... it's not allowing me to create a virtual env, I guess it's because of the permits I said before.
Edit: I basically cannot install anything (I can't even access google actually, just the company approved websites). The first idea, of pasting the base code, I will have to send it over from my personal email to my work email so I can get it there, but it's not very simple either.