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

Jinja2 Not Installing In python 3.2.3 #151

Closed
April29th opened this issue Sep 27, 2012 · 1 comment
Closed

Jinja2 Not Installing In python 3.2.3 #151

April29th opened this issue Sep 27, 2012 · 1 comment

Comments

@April29th
Copy link

Using Ubuntu 12.04 & Python 3.2.3, Jinja2 won't install when I use the instructions given on the site & altering python to python3 on the commandline. I need this, so I'm really hoping this gets fixed soon. Here's the traceback I get when it failts:

Traceback (most recent call last):
File "setup.py", line 109, in
**extra
File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/develop.py", line 27, in run
self.install_for_development()
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/develop.py", line 105, in install_for_development
self.process_distribution(None, self.dist, not self.no_deps)
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py", line 641, in process_distribution
self.install_egg_scripts(dist)
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/develop.py", line 131, in install_egg_scripts
self.install_wrapper_scripts(dist)
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py", line 715, in install_wrapper_scripts
for args in get_script_args(dist):
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py", line 1736, in get_script_args
header = get_script_header("", executable, wininst)
File "/usr/local/lib/python3.2/dist-packages/distribute-0.6.13-py3.2.egg/setuptools/command/easy_install.py", line 1588, in get_script_header
match = first_line_re.match(first)
TypeError: can't use a bytes pattern on a string-like object

@mitsuhiko
Copy link
Contributor

This is not a jinja2 problem, file that against setuptools.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants