Re: ARGPARSE ERROR

2018-04-17 Thread 'Anthony Flury' via Django users
Are you using virtual environments ? I found an issues where it seemed like part of the standard library was missing - and it was due to my virtual environment having an old version of the Python 2 binary. Some time in the Python 2.7 lifecycle, there was a change as to how the standard library

Re: ARGPARSE ERROR

2018-04-16 Thread Aditya Singh
You need to download the latest version of django rest framework same as the version specified. If you need help on the commands let me know mate. Give it a shot it should help. Kind Regards, Aditya On Mon, Apr 16, 2018, 3:57 PM Ank wrote: > HI all , > > Installed Python 3.5 and still getting a

Re: ARGPARSE ERROR

2018-04-16 Thread Ank
HI all , Installed Python 3.5 and still getting an error django-rest-swagger 2.1.2 has requirement djangorestframework>=3.5.4, but you'll have djangorestframework 3.5.3 which is incompatible. Any pointers to solve this Thanks in advance best Ankush On Friday, April 13, 2018 at 11:07:58 A

Re: ARGPARSE ERROR

2018-04-13 Thread Michal Petrucha
On Thu, Apr 12, 2018 at 07:58:08PM +, Ankush Sharma wrote: > Hi Babatunde , > I installed other listed tools ! Here the main concern im talking about is > Argsparse - > the Progressbar2 3.6.2 requires argparse, which is not installed. > Thanks in advance > Ank What version of Python are you ru

Re: ARGPARSE ERROR

2018-04-12 Thread Ankush Sharma
Hi Babatunde , I installed other listed tools ! Here the main concern im talking about is Argsparse - the Progressbar2 3.6.2 requires argparse, which is not installed. Thanks in advance Ank On Thu, 12 Apr 2018 at 20:53, Babatunde Akinyanmi wrote: > This is not a django problem. Simply instal

Re: ARGPARSE ERROR

2018-04-12 Thread Babatunde Akinyanmi
This is not a django problem. Simply install and upgrade the apps specified in the error message On Thu, 12 Apr 2018, 16:03 Ank, wrote: > Hi all, > > Iḿ trying to setup Catmaid - http://catmaid.readthedocs.io/en/stable/. Iḿ > receiving this error when installing requirements. > > Progressbar2 3.

ARGPARSE ERROR

2018-04-12 Thread Ank
Hi all, Iḿ trying to setup Catmaid - http://catmaid.readthedocs.io/en/stable/. Iḿ receiving this error when installing requirements. Progressbar2 3.6.2 requires argparse, which is not installed. twisted 17.9.0 requires zope.interface>=3.6.0, which is not installed. matplotlib 2.1.0 requires ba