We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/ .
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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/ .
The text was updated successfully, but these errors were encountered: