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

sphinx and virtualenv #47108

Closed
peterk mannequin opened this issue May 15, 2008 · 2 comments
Closed

sphinx and virtualenv #47108

peterk mannequin opened this issue May 15, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@peterk
Copy link
Mannequin

peterk mannequin commented May 15, 2008

BPO 2859
Nosy @birkenfeld

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/birkenfeld'
closed_at = <Date 2008-09-09.21:21:41.876>
created_at = <Date 2008-05-15.06:12:15.997>
labels = ['docs']
title = 'sphinx and virtualenv'
updated_at = <Date 2008-09-09.21:21:41.875>
user = 'https://bugs.python.org/peterK'

bugs.python.org fields:

activity = <Date 2008-09-09.21:21:41.875>
actor = 'georg.brandl'
assignee = 'georg.brandl'
closed = True
closed_date = <Date 2008-09-09.21:21:41.876>
closer = 'georg.brandl'
components = ['Documentation tools (Sphinx)']
creation = <Date 2008-05-15.06:12:15.997>
creator = 'peterK'
dependencies = []
files = []
hgrepos = []
issue_num = 2859
keywords = []
message_count = 2.0
messages = ['66846', '72919']
nosy_count = 2.0
nosy_names = ['georg.brandl', 'peterK']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue2859'
versions = ['Python 2.4']

@peterk
Copy link
Mannequin Author

peterk mannequin commented May 15, 2008

I tried to install sphinx with virtualenv.The error message is showing a
missing file:

...
INFORMATION
the speedup extension could not be compiled, Jinja will
fall back to the native python classes.
===============================================================================

error: Setup script exited with error: can't copy
'Jinja.egg-info/native_libs.txt': doesn't exist or not a regular file
[@|] (todo_sphinx)peter@zuse03 ~/_kurse/zope3/todo_sphinx $
./bin/sphinx-quickstart --help
Traceback (most recent call last):
  File "./bin/sphinx-quickstart", line 5, in ?
    from pkg_resources import load_entry_point
  File
"/home/peter/_kurse/zope3/todo_sphinx/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 2561, in ?
    working_set.require(__requires__)
  File
"/home/peter/_kurse/zope3/todo_sphinx/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File
"/home/peter/_kurse/zope3/todo_sphinx/lib/python2.4/site-packages/setuptools-0.6c7-py2.4.egg/pkg_resources.py",
line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Jinja>=1.1

@peterk peterk mannequin assigned birkenfeld May 15, 2008
@peterk peterk mannequin added the docs Documentation in the Doc dir label May 15, 2008
@birkenfeld
Copy link
Member

This is a known issue with Jinja, and will hopefully be fixed in its
next release.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant