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

Investigate Py3K support #2

Open
xiongchiamiov opened this issue May 10, 2013 · 1 comment
Open

Investigate Py3K support #2

xiongchiamiov opened this issue May 10, 2013 · 1 comment

Comments

@xiongchiamiov
Copy link
Owner

It'd be good to support Python 3.x, since, well, it's been out for a while. A long while.

Tox should help, as well as various other resources found on http://getpython3.com/ .

@xiongchiamiov
Copy link
Owner Author

I'm having issues even getting the dependencies installed:

(env-py3k)┌─[pearson@geror] - [~/Documents/ghgrep] - [Mon May 27, 11:28]
└─[$]> pip install -r requirements.txt
Downloading/unpacking docopt==0.6.1 (from -r requirements.txt (line 1))
  Downloading docopt-0.6.1.tar.gz
  Running setup.py egg_info for package docopt

Downloading/unpacking envoy==0.0.2 (from -r requirements.txt (line 2))
  Downloading envoy-0.0.2.tar.gz
  Running setup.py egg_info for package envoy
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/Users/pearson/Documents/ghgrep/env-py3k/build/envoy/setup.py", line 6, in <module>
        import envoy
      File "./envoy/__init__.py", line 1, in <module>
        from core import *
    ImportError: No module named 'core'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/Users/pearson/Documents/ghgrep/env-py3k/build/envoy/setup.py", line 6, in <module>

    import envoy

  File "./envoy/__init__.py", line 1, in <module>

    from core import *

ImportError: No module named 'core'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /Users/pearson/Documents/ghgrep/env-py3k/build/envoy
Storing complete log in /Users/pearson/.pip/pip.log

Which is probably the fault of my toolchain.

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

1 participant