Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86824
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: [Python 3.4.3, pip 6.0.8 ] Error installing Sphinx (on markupsafe install) |
| Date | 2015-03-03 07:15 +0000 |
| References | <sriafa9imbv9nete4ragca05kvuhctv8d2@4ax.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6.1425366940.21433.python-list@python.org> (permalink) |
On 03/03/2015 05:55, Mario Figueiredo wrote: > Anyone else having problems installing Sphinx as of late? It installed > perfectly fine for me under windows just a few weeks ago. But > currently I get an error when trying to install it: > > I'm including the full error output. > > $ pip install -U sphinx --no-cache-dir > > Running setup.py install for markupsafe > building 'markupsafe._speedups' extension > File "C:\Python34\lib\distutils\command\build_ext.py", line 339, > in run > self.build_extensions() > File "C:\Python34\lib\distutils\command\build_ext.py", line 448, > in build_extensions > self.build_extension(ext) > File > "C:\Users\Mario\AppData\Local\Temp\pip-build-ahunetv5\markupsafe\setup.py", > line 47, in build_extension > build_ext.build_extension(self, ext) > File "C:\Python34\lib\distutils\command\build_ext.py", line 503, > in build_extension > depends=ext.depends) > File "C:\Python34\lib\distutils\msvc9compiler.py", line 460, in > compile > self.initialize() > File "C:\Python34\lib\distutils\msvc9compiler.py", line 371, in > initialize > vc_env = query_vcvarsall(VERSION, plat_spec) > File > "C:\Python34\lib\site-packages\setuptools\msvc9_support.py", line 52, > in query_vcvarsall > return unpatched['query_vcvarsall'](version, *args, **kwargs) > File "C:\Python34\lib\distutils\msvc9compiler.py", line 287, in > query_vcvarsall > raise ValueError(str(list(result.keys()))) > ValueError: [] The problem is actually with the installation of the markupsafe dependancy. Further the output above tells me that you've not got Visual Studio 2010 installed. Simplest solution is to grab it from here http://www.lfd.uci.edu/~gohlke/pythonlibs/#markupsafe -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[Python 3.4.3, pip 6.0.8 ] Error installing Sphinx (on markupsafe install) Mario Figueiredo <marfig@gmail.com> - 2015-03-03 06:55 +0100
Re: [Python 3.4.3, pip 6.0.8 ] Error installing Sphinx (on markupsafe install) Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-03-03 07:15 +0000
Re: [Python 3.4.3, pip 6.0.8 ] Error installing Sphinx (on markupsafe install) Mario Figueiredo <marfig@gmail.com> - 2015-03-03 21:39 +0100
csiph-web