Hi all

I'm running on CentOS 7
I've install the latest Sphinx 2.0.1 into a specified directory (not the 
standard package directory) using pip3

PYTHONUSERBASE=mysphinxdir pip3 install --user --ignore-installed typing

PYTHONUSERBASE=mysphinxdir pip3 install --user --ignore-installed sphinx



This installed fine but I now need a couple of the extensions 
sphinxcontrib-contentui and sphinxcontrib-fulltoc. Neither work I get a 
similar error on both. Below is the exception for sphinxcontrib-contentui
The dependencies run through ok then I get the following message:

  
Running setup.py install for sphinxcontrib-contentui ... done
Exception:
Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/pip/basecommand.py", line 215, in 
main
    status = self.run(options, args)
  File "/usr/lib/python3.4/site-packages/pip/commands/install.py", line 326, 
in run
    strip_file_prefix=options.strip_file_prefix,
  File "/usr/lib/python3.4/site-packages/pip/req/req_set.py", line 742, in 
install
    **kwargs
  File "/usr/lib/python3.4/site-packages/pip/req/req_install.py", line 928, 
in install
    with open(inst_files_path, 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'mysphinxdir
/lib/python3.4/site-packages/sphinxcontrib_contentui-0.2.2-py3.4.egg-info/installed-files.txt'



Any suggestions welcome.

Thanks
Sharon

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to