hi, Javi i think you should remove sphinx-1.2.3.dist-info before retrying. you have the old version metadata of sphinx.
On 2015年2月18日(水) 午後10:14 null <[email protected]> wrote: > Thanks for your reply. According to the instructions of sphinx site web: > > Ive traied now with PIP command, and it looks like the installation > process works fine but then I tip *sphinx-build* and we have the same > results as before: > > This is what I have: > > C:\>pip install sphinx > Requirement already satisfied (use --upgrade to upgrade): sphinx in > c:\python27 > Cleaning up... > > C:\>sphinx-build > Traceback (most recent call last): > File "C:\Python27\Scripts\sphinx-build-script.py", line 5, in <module> > from pkg_resources import load_entry_point > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 3020, in > <module> > working_set = WorkingSet._build_master() > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 614, in _ > build_master > ws.require(__requires__) > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 920, in r > equire > needed = self.resolve(parse_requirements(requirements)) > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 815, in r > esolve > new_requirements = dist.requires(req.extras)[::-1] > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 2552, in > requires > dm = self._dep_map > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 2753, in > _dep_map > self.__dep_map = self._compute_dependencies() > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 2775, in > _compute_dependencies > for req in self._parsed_pkg_info.get_all('Requires-Dist') or []: > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 2744, in > _parsed_pkg_info > metadata = self.get_metadata(self.PKG_INFO) > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 1581, in > get_metadata > return self._get(self._fn(self.egg_info, name)) > File "C:\Python27\lib\site-packages\pkg_resources\__init__.py", line > 1692, in > _get > with open(path, 'rb') as stream: > IOError: [Errno 13] Permission denied: > 'c:\\python27\\Sphinx-1.2.3.dist-info\\ME > TADATA' > > Regards, > > Javi > > El miércoles, 18 de febrero de 2015, 11:30:30 (UTC+1), Takayuki > SHIMIZUKAWA escribió: >> >> Hi, >> > >> >> On Wed Feb 18 2015 at 17:54:45 <[email protected]> wrote: >> >>> Hi, >>> >>> Iam having an error when I try to install sphinx on windows 7. >>> Ive already installed Python 2.7.9, added C:\Python27 and >>> C:\Python27\Scripts to the to the environment variable PATH, installed >>> the easy_install command (setuptools 12.2) and finally tried to install >>> sphinx with easy_install, but I obtain this: >>> >> >> My environment is Win8.1, Python-2.7.9, setuptools-12.2. >> However I can't reproduce your issue. >> >> Why don't you use pip instead of easy_install. >> Please refer to updated instruction page >> http://sphinx-doc.org/latest/install.html >> <http://www.google.com/url?q=http%3A%2F%2Fsphinx-doc.org%2Flatest%2Finstall.html&sa=D&sntz=1&usg=AFQjCNE9aKbDIeXl5v9n3tQ9u8SeAxTndA> >> >> Regards, >> -- >> Takayuki SHIMIZUKAWA >> http://about.me/shimizukawa >> > -- > 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 http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
