ParaToolsInc / taucmdr

Performance engineering for the rest of us.
http://www.taucommander.com
Other
29 stars 11 forks source link

Error with docutils version number during install #396

Open nchaimov opened 3 years ago

nchaimov commented 3 years ago

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.

zbeekman commented 3 years ago

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 commented 3 years ago

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.