Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Ryan McParlan
now its saying i need dockers but I need to work at a fortune 500 company to purchase and install Dockers. All I want to do i learn and run DJANGO and Run this tutorial. https://channels.readthedocs.io/en/latest/tutorial/part_2.html I spend 2 days on things that dont even work and its a waste o

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Ryan McParlan
I mean I wish I could explain what goes wrong. Thats 90% of the frustration. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Jonah Crawford
Ryan here's the free version of docker to install. https://www.docker.com/community-edition After you have that running try this: https://github.com/zerok/channels-in-docker The three lines to run it are at the bottom of the page. You'll need to learn more about docker as it's a big part of the

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Ryan M
Docker doesn’t work with windows 8. I talked to the developer. Andrew Goodwin. I don’t have the budget to upgrade. I appreciate the help. 2 days of my life I will never get back. Thanks for all the help. Sent from my iPhone > On Jul 30, 2018, at 12:58 PM, Jonah Crawford wrote: > > Ryan her

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Jonah Crawford
As a backup to installing docker directly you might try vagrant which will work on windows 8 then install docker inside a vagrant image (in virtualbox) There's almost always a way https://www.youtube.com/watch?v=nZrQsxCPT2s https://www.vagrantup.com/ But alas, sometimes development failures are

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Glyph
> On Jul 30, 2018, at 10:40 AM, Ryan McParlan wrote: > > and thats not even evniormnet stuff like linux vs mac vs windows. its a > guessing game on what to download. and its much easier just to bitch about > it. I think because no one really knows..everyone just kinda struggles though > the

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Glyph
On Windows 8, you can use Docker Toolbox instead, which should function just fine for what you're trying to do. https://docs.docker.com/toolbox/toolbox_install_windows/ -glyph > On Jul 30, 2018, at 12:17 PM, Ryan M wrote: > > Docker