Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there support to Python3? #30

Open
alexandre opened this issue Oct 9, 2014 · 2 comments
Open

Is there support to Python3? #30

alexandre opened this issue Oct 9, 2014 · 2 comments

Comments

@alexandre
Copy link

I tried install using python 3.4.1:

pip install dex
Downloading/unpacking dex
  Downloading Dex-0.6.tar.gz
  Running setup.py (path:...build/dex/setup.py) egg_info for package dex

Requirement already satisfied (use --upgrade to upgrade): pymongo in .../lib/python3.4/site-packages (from dex)
Downloading/unpacking pyyaml (from dex)
  Downloading PyYAML-3.11.tar.gz (248kB): 248kB downloaded
  Running setup.py (path:...build/pyyaml/setup.py) egg_info for package pyyaml

Downloading/unpacking dargparse>=0.2.2 (from dex)
  Downloading dargparse-0.2.5.tar.gz
  Running setup.py (path:..../build/dargparse/setup.py) egg_info for package dargparse
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "..../build/dargparse/setup.py", line 31
        except Exception, ex:
                        ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "..../build/dargparse/setup.py", line 31

    except Exception, ex:

                    ^

SyntaxError: invalid syntax

----------------------------------------

[ ]'s

@esedor
Copy link
Contributor

esedor commented Oct 10, 2014

Unfortunately not, alexandre, and a Python version upgrade is not planned as part of the major revisions coming soon. However, I would help test a pull request in the short-term!

@PuKoren
Copy link

PuKoren commented May 11, 2015

+1, current workaround on Arch Linux:

sudo pacman -S python2
curl -O https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py
sudo python2.7 get-pip.py

Then you can use pip2.7 install dex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants