kossiitkgp / kwoc-2018

Web app for Kharagpur Winter of Code, 2018
https://kwoc.kossiitkgp.org
MIT License
0 stars 0 forks source link

Updated readme for development instructions #108

Closed xypnox closed 5 years ago

xypnox commented 5 years ago

For a very long time, I have executed the pipenv shell and install commands without thinking if there could be a better way, since I did not know about pipenv and did not care to RTFM. However recently I cam across another project of @thealphadollar NxDraft. I then understood the proper workflow for pipenv.

I have edited the same in the readme.

arnav-t commented 5 years ago

My pipenv is broken :cry: TypeError: 'module' object is not callable on every project using pipenv

xypnox commented 5 years ago

@arnav-t Try updating pipenv

arnav-t commented 5 years ago

I fixed python 2.7's pipenv by downgrading to 18.0 from 18.1 It's not working for python 3 though

xypnox commented 5 years ago

My pipenv show pipenv, version 2018.10.13 on pipenv --version

arnav-t commented 5 years ago

My pipenv is broken proper. I've tried so many versions but same error every time. Running pipenv run pip install pip==18.0 did something: pipenv install becomes stuck at Locking [packages] dependencies...

xypnox commented 5 years ago

How about: python3 -m pip install pipenv ?

arnav-t commented 5 years ago

Still the same problem.

xypnox commented 5 years ago

Uninstalling? reinstalling?

arnav-t commented 5 years ago

Well... shit. Now it's even more broken. oops

xypnox commented 5 years ago

try to install pipenv using pip3

arnav-t commented 5 years ago

I did both :fearful:

xypnox commented 5 years ago

Oh well

xypnox commented 5 years ago

try sudo rm -rf / then boot using a new ubuntu iso. That is the only true solution that I know of

arnav-t commented 5 years ago

Might as well mount my windows partition while doing that :sob: :gun:

themousepotato commented 5 years ago

Peace mar. There is a PR opened by me. Run the app in a Docker container. Tell me if you face any problems with that.

On Saturday, December 1, 2018, Arnav Tiwari notifications@github.com wrote:

Might as well mount my windows partition while doing that 😭 🔫

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/kossiitkgp/kwoc/pull/108#issuecomment-443420431, or mute the thread https://github.com/notifications/unsubscribe-auth/AgXlPuOcAQYmVdtPO5iO9Hf6fDQ3U4_uks5u0mvCgaJpZM4Y8173 .

arnav-t commented 5 years ago

I finally got it to work. It legit got stuck at Locking... animation for over 20 minutes. Wasn't expecting it to work but it did. :relieved:

xypnox commented 5 years ago

OK I consider this a good contribution