BinBashBanana / PyDodge

Python HTTP Proxy w/ Rewrites (PyDodge "B") https://github.com/webrecorder/pywb
GNU General Public License v3.0
23 stars 63 forks source link

Hosting on windows 10? #14

Closed UnnamedNoob closed 3 years ago

UnnamedNoob commented 3 years ago

Is it possible to host on windows 10?

pip install -r requirements.txt cannot find a matching distribution for uwsgi sudo python setup.py install says i do not have access to directory (yes I have run console as admin)

Using either cmd or powershell does not make a difference

BinBashBanana commented 3 years ago

Try using pip3 instead of pip and python3 instead of python in the command.

UnnamedNoob commented 3 years ago

I still get both of the previous errors. I will try re-installing python real quick. Any other suggestions?

UnnamedNoob commented 3 years ago

A fresh install of python didn't work. It appears that my WindowsApps folder is denying permission no matter what happens. I am an administrator on this PC but it completely ignores that and denies my permission to read or write.

BinBashBanana commented 3 years ago

Are you on administrator: command prompt?

UnnamedNoob commented 3 years ago

I am

BinBashBanana commented 3 years ago

Ok, all I can suggest is using WSL. That's what I use it on.

UnnamedNoob commented 3 years ago

WSL requires joining Windows Insider Program correct?

BinBashBanana commented 3 years ago

No? I don't think so.

UnnamedNoob commented 3 years ago

Could you clarify what WSL is?

BinBashBanana commented 3 years ago

Windows Subsystem for Linux (allows you to run bash shell on windows)

BinBashBanana commented 3 years ago

If you look on Microsoft's website, it they have some good articles on how to set it up. You'll also want to upgrade to WSL 2, it isn't necessary but I'd recommend it.