taucmdr icon indicating copy to clipboard operation
taucmdr copied to clipboard

Error with docutils version number during install

Open nchaimov opened this issue 4 years ago • 2 comments

Sameer reports that during install on Narwhal at Navy DSRC (a Cray XC system) the error:

ERROR: sphinx-rtd-theme 0.5.2 has requirement docutils<0.17, but you'll have docutils 0.17.1 which is incompatible.

is reported.

nchaimov avatar Sep 02 '21 21:09 nchaimov

Is there anymore context to this? This is very strange especially given that it's just the patch number that gets reported by the error. Docutils is not explicitly installed with CommanderConda, so it's either being pulled from the environment or somehow other packages are pulling it in.

I also cannot find any references to sphinx-rtd-theme in the repository.

zbeekman avatar Sep 09 '21 15:09 zbeekman

If __TAUCMDR_DEVELOPER__=1 is set in the environment, then sphinx etc. gets installed during make install. On my ubuntu system this pulls in docutils 0.16 and sphinx-rtd-theme 0.5.2.

zbeekman avatar Sep 09 '21 16:09 zbeekman