erikdejonge / arguments

Argument parser based on docopt
GNU General Public License v2.0
5 stars 1 forks source link

ImportError in venv #1

Open SzieberthAdam opened 9 years ago

SzieberthAdam commented 9 years ago

Hi!

I was getting into the following exception:

$ pip install arguments
Collecting arguments
  Downloading arguments-53.tar.gz
Installing collected packages: arguments
  Running setup.py install for arguments
Successfully installed arguments-53
$ python
Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import arguments
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "e:\oe2010mock\lib\site-packages\arguments\__init__.py", line 12, in <module>
    from future import standard_library
ImportError: No module named 'future'
GuillaumeSmaha commented 7 years ago

pip installl future solves the issue