| [taste-users] Unable to install | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/taste-users Archives
] 
- To: taste-users@xxxxxxxxxxxxxxxxxxx
 
- Subject: [taste-users] Unable to install
 
- From: Anees <rean12is@xxxxxxxxx>
 
- Date: Sat, 16 Nov 2013 16:42:07 +0100
 
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20120113;        h=message-id:date:from:user-agent:mime-version:to:subject         :content-type:content-transfer-encoding;        bh=pHZeuI6/p4nuw8ytDKxWqQVaYlqepyEWAehFB+82VCU=;        b=Dun6JwClXfW+wY4If4zwxN8kxCfDgPFxc8qTFWKwyOmRsQP0j6/aKen3opXALN1tNC         Ewduo/A+ZZQhZnw4Q3SJm7eWVpV0FJ8Z40ZdP/weSOqUYFUA+3idOrOHzJ4osYwjcFlG         q5U0Z4Wzs9JhLk4YU2SmTCLcDEXJorQwTdTEpdzTWX2Tjs00af6KgWKzXnAC7EKdP9pq         7c5G/7KCigX4eLLJiC743i+bzfGva8Sm9lyKQU6j+7/DAWf/8lc1we1DirAsrQY5d2vv         ev9jvsSWWcKYM8u4QYnlHJsq5hfO1w3o3XkWbOV/J3MF3KrqNFa2kEhUmXKkK8FHo6x1         RQ/A==
 
Hi,
I am trying to install OpenGEODE but got the following error, any idea 
how to fix this.
Downloading/unpacking opengeode
  Running setup.py egg_info for package opengeode
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/tmp/pip-build-root/opengeode/setup.py", line 12, in <module>
        import opengeode
      File "opengeode/__init__.py", line 12, in <module>
        from opengeode import opengeode
      File "opengeode/opengeode.py", line 43, in <module>
        import singledispatch # NOQA
    ImportError: No module named singledispatch
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
  File "<string>", line 16, in <module>
  File "/tmp/pip-build-root/opengeode/setup.py", line 12, in <module>
    import opengeode
  File "opengeode/__init__.py", line 12, in <module>
    from opengeode import opengeode
  File "opengeode/opengeode.py", line 43, in <module>
    import singledispatch # NOQA
ImportError: No module named singledispatch