Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails for sphinx=6.2.1, claiming "requires docutils >=0.18.1,<0.20, but none of the providers can be installed" #10477

Closed
michaelweinold opened this issue Jun 27, 2023 · 9 comments
Assignees
Labels
Needed: more information A reply from issue author is required

Comments

@michaelweinold
Copy link

Details

Expected Result

No issues - if I create the environment locally using conda env create -f environment.yml, I don't get any errors either. My environment file:

name: sphinx
channels:
  - conda-forge
  - nodefaults
dependencies:
  # core functionality
  - python=3.11
  - ipython
  # sphinx
  - sphinx=6.2.1 # sphinx-design currently requires sphinx[version>=2,<5] # https://github.com/sphinx-doc/sphinx/releases
  # theme and extensions
  - pydata-sphinx-theme=0.13.3 # website theme # https://github.com/pydata/pydata-sphinx-theme/releases
  - myst-parser=2.0.0 # Markdown support # https://github.com/executablebooks/MyST-Parser/releases
  - nbsphinx=0.9.2 # Jupyter notebook support # https://github.com/spatialaudio/nbsphinx/releases
  - sphinx-autoapi=2.1.0 # to build docs from source code instead of package import # https://github.com/readthedocs/sphinx-autoapi/tags
  - sphinx-design=0.4.1 # responsive web component support # https://github.com/executablebooks/sphinx-design/releases
  - sphinx-notfound-page=0.8.3 # custom 404 page # https://github.com/readthedocs/sphinx-notfound-page/tags
  - graphviz=8.0.5 # for plotting dependency diagrams with sphinx-autoapi # https://anaconda.org/conda-forge/graphviz/files
  - sphinx-favicon=1.0.1 # for custom favicons # https://github.com/tcmetzger/sphinx-favicon/releases
  - sphinx-copybutton=0.5.2 # for copy button in code blocks # https://github.com/executablebooks/sphinx-copybutton/releases
  # build process
  - sphinx-autobuild=2021.3.14 # live-html support # https://github.com/executablebooks/sphinx-autobuild/releases

Actual Result

mamba env create --quiet --name latest --file environment.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
Encountered problems while solving:
  - package sphinx-6.2.1-pyhd8ed1ab_0 requires docutils >=0.18.1,<0.20, but none of the providers can be installed
@michaelweinold
Copy link
Author

...I've tried the local install with micromamba as well - works fine:

Terminal Output ``` michaelweinold@Michaels-MBP ~ % micromamba env create -f ~/github/brightway-documentation/environment.yml
                                       __
      __  ______ ___  ____ _____ ___  / /_  ____ _
     / / / / __ `__ \/ __ `/ __ `__ \/ __ \/ __ `/
    / /_/ / / / / / / /_/ / / / / / / /_/ / /_/ /
   / .___/_/ /_/ /_/\__,_/_/ /_/ /_/_.___/\__,_/
  /_/

conda-forge/osx-arm64 6.7MB @ 3.3MB/s 2.3s
conda-forge/noarch 13.1MB @ 3.8MB/s 3.8s

Transaction

Prefix: /Users/michaelweinold/micromamba/envs/sphinx

Updating specs:

  • python=3.11
  • ipython
  • sphinx=6.2.1
  • pydata-sphinx-theme=0.13.3
  • myst-parser=2.0.0
  • nbsphinx=0.9.2
  • sphinx-autoapi=2.1.0
  • sphinx-design=0.4.1
  • sphinx-notfound-page=0.8.3
  • graphviz=8.0.5
  • sphinx-favicon=1.0.1
  • sphinx-copybutton=0.5.2
  • sphinx-autobuild=2021.3.14

Package Version Build Channel Size
───────────────────────────────────────────────────────────────────────────────────────────
Install:
───────────────────────────────────────────────────────────────────────────────────────────

  • accessible-pygments 0.0.4 pyhd8ed1ab_0 conda-forge 16kB
  • alabaster 0.7.13 pyhd8ed1ab_0 conda-forge 18kB
  • appnope 0.1.3 pyhd8ed1ab_0 conda-forge 8kB
  • astroid 2.15.5 py311h267d04e_0 conda-forge 513kB
  • asttokens 2.2.1 pyhd8ed1ab_0 conda-forge 28kB
  • atk-1.0 2.38.0 hcb7b3dd_1 conda-forge 373kB
  • attrs 23.1.0 pyh71513ae_1 conda-forge 55kB
  • babel 2.12.1 pyhd8ed1ab_1 conda-forge 7MB
  • backcall 0.2.0 pyh9f0ad1d_0 conda-forge 14kB
  • backports 1.0 pyhd8ed1ab_3 conda-forge 6kB
  • backports.functools_lru_cache 1.6.5 pyhd8ed1ab_0 conda-forge 12kB
  • beautifulsoup4 4.12.2 pyha770c72_0 conda-forge 115kB
  • bleach 6.0.0 pyhd8ed1ab_0 conda-forge 131kB
  • brotli 1.0.9 h1a8c8d9_8 conda-forge 19kB
  • brotli-bin 1.0.9 h1a8c8d9_8 conda-forge 18kB
  • bzip2 1.0.8 h3422bc3_4 conda-forge 152kB
  • ca-certificates 2023.5.7 hf0a4a13_0 conda-forge 149kB
  • cairo 1.16.0 h1e71087_1016 conda-forge 997kB
  • certifi 2023.5.7 pyhd8ed1ab_0 conda-forge 152kB
  • charset-normalizer 3.1.0 pyhd8ed1ab_0 conda-forge 45kB
  • colorama 0.4.6 pyhd8ed1ab_0 conda-forge 25kB
  • decorator 5.1.1 pyhd8ed1ab_0 conda-forge 12kB
  • defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge 24kB
  • docutils 0.19 py311h267d04e_1 conda-forge 975kB
  • entrypoints 0.4 pyhd8ed1ab_0 conda-forge 9kB
  • executing 1.2.0 pyhd8ed1ab_0 conda-forge 25kB
  • expat 2.5.0 hb7217d7_1 conda-forge 118kB
  • font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge 397kB
  • font-ttf-inconsolata 3.000 h77eed37_0 conda-forge 97kB
  • font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge 701kB
  • font-ttf-ubuntu 0.83 hab24e00_0 conda-forge 2MB
  • fontconfig 2.14.2 h82840c6_0 conda-forge 238kB
  • fonts-conda-ecosystem 1 0 conda-forge 4kB
  • fonts-conda-forge 1 0 conda-forge 4kB
  • freetype 2.12.1 hd633e50_1 conda-forge 573kB
  • fribidi 1.0.10 h27ca646_0 conda-forge 60kB
  • gdk-pixbuf 2.42.10 h1ac0d0d_2 conda-forge 547kB
  • gettext 0.21.1 h0186832_0 conda-forge 4MB
  • giflib 5.2.1 h1a8c8d9_3 conda-forge 72kB
  • graphite2 1.3.13 h9f76cd9_1001 conda-forge 83kB
  • graphviz 8.0.5 h10878c0_0 conda-forge 5MB
  • gtk2 2.24.33 h57013de_2 conda-forge 7MB
  • gts 0.7.6 he42f4ea_4 conda-forge 304kB
  • harfbuzz 7.3.0 h46e5fef_0 conda-forge 1MB
  • icu 72.1 he12128b_0 conda-forge 12MB
  • idna 3.4 pyhd8ed1ab_0 conda-forge 57kB
  • imagesize 1.4.1 pyhd8ed1ab_0 conda-forge 10kB
  • importlib-metadata 6.7.0 pyha770c72_0 conda-forge 26kB
  • importlib_metadata 6.7.0 hd8ed1ab_0 conda-forge 9kB
  • importlib_resources 5.12.0 pyhd8ed1ab_0 conda-forge 31kB
  • ipython 8.14.0 pyhd1c38e8_0 conda-forge 585kB
  • jedi 0.18.2 pyhd8ed1ab_0 conda-forge 804kB
  • jinja2 3.1.2 pyhd8ed1ab_1 conda-forge 101kB
  • jsonschema 4.17.3 pyhd8ed1ab_0 conda-forge 70kB
  • jupyter_client 8.3.0 pyhd8ed1ab_0 conda-forge 104kB
  • jupyter_core 5.3.1 py311h267d04e_0 conda-forge 117kB
  • jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge 17kB
  • lazy-object-proxy 1.9.0 py311he2be06e_0 conda-forge 34kB
  • lerc 4.0.0 h9a09cb3_0 conda-forge 216kB
  • libbrotlicommon 1.0.9 h1a8c8d9_8 conda-forge 67kB
  • libbrotlidec 1.0.9 h1a8c8d9_8 conda-forge 32kB
  • libbrotlienc 1.0.9 h1a8c8d9_8 conda-forge 305kB
  • libcxx 16.0.6 h4653b0c_0 conda-forge 1MB
  • libdeflate 1.18 h1a8c8d9_0 conda-forge 48kB
  • libexpat 2.5.0 hb7217d7_1 conda-forge 63kB
  • libffi 3.4.2 h3422bc3_5 conda-forge 39kB
  • libgd 2.3.3 h939342b_6 conda-forge 199kB
  • libglib 2.76.3 h24e9cb9_0 conda-forge 3MB
  • libiconv 1.17 he4db4b2_0 conda-forge 1MB
  • libjpeg-turbo 2.1.5.1 h1a8c8d9_0 conda-forge 427kB
  • libpng 1.6.39 h76d750c_0 conda-forge 259kB
  • librsvg 2.56.1 h0db3404_0 conda-forge 4MB
  • libsodium 1.0.18 h27ca646_1 conda-forge 325kB
  • libsqlite 3.42.0 hb31c410_0 conda-forge 823kB
  • libtiff 4.5.1 h23a1a89_0 conda-forge 365kB
  • libtool 2.4.7 hb7217d7_0 conda-forge 408kB
  • libwebp 1.3.0 h66d6964_0 conda-forge 79kB
  • libwebp-base 1.3.0 h1a8c8d9_0 conda-forge 266kB
  • libxml2 2.11.4 he3bdae6_0 conda-forge 617kB
  • libzlib 1.2.13 h53f4e23_5 conda-forge 48kB
  • livereload 2.6.3 pyh9f0ad1d_0 conda-forge 25kB
  • markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge 64kB
  • markupsafe 2.1.3 py311heffc1b2_0 conda-forge 27kB
  • matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge 12kB
  • mdit-py-plugins 0.4.0 pyhd8ed1ab_0 conda-forge 41kB
  • mdurl 0.1.0 pyhd8ed1ab_0 conda-forge 14kB
  • mistune 3.0.0 pyhd8ed1ab_0 conda-forge 66kB
  • myst-parser 2.0.0 pyhd8ed1ab_0 conda-forge 67kB
  • nbclient 0.8.0 pyhd8ed1ab_0 conda-forge 65kB
  • nbconvert 7.6.0 pyhd8ed1ab_0 conda-forge 8kB
  • nbconvert-core 7.6.0 pyhd8ed1ab_0 conda-forge 212kB
  • nbconvert-pandoc 7.6.0 pyhd8ed1ab_0 conda-forge 7kB
  • nbformat 5.9.0 pyhd8ed1ab_0 conda-forge 101kB
  • nbsphinx 0.9.2 pyhd8ed1ab_0 conda-forge 33kB
  • ncurses 6.4 h7ea286d_0 conda-forge 799kB
  • openssl 3.1.1 h53f4e23_1 conda-forge 2MB
  • packaging 23.1 pyhd8ed1ab_0 conda-forge 46kB
  • pandoc 3.1.3 hce30654_0 conda-forge 26MB
  • pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge 12kB
  • pango 1.50.14 h9f7e0c6_1 conda-forge 427kB
  • parso 0.8.3 pyhd8ed1ab_0 conda-forge 71kB
  • pcre2 10.40 hb34f9b4_0 conda-forge 1MB
  • pexpect 4.8.0 pyh9f0ad1d_2 conda-forge 48kB
  • pickleshare 0.7.5 py_1003 conda-forge 9kB
  • pip 23.1.2 pyhd8ed1ab_0 conda-forge 1MB
  • pixman 0.40.0 h27ca646_0 conda-forge 292kB
  • pkgutil-resolve-name 1.3.10 pyhd8ed1ab_0 conda-forge 9kB
  • platformdirs 3.8.0 pyhd8ed1ab_0 conda-forge 19kB
  • prompt-toolkit 3.0.38 pyha770c72_0 conda-forge 269kB
  • prompt_toolkit 3.0.38 hd8ed1ab_0 conda-forge 6kB
  • ptyprocess 0.7.0 pyhd3deb0d_0 conda-forge 17kB
  • pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge 15kB
  • pydata-sphinx-theme 0.13.3 pyhd8ed1ab_0 conda-forge 802kB
  • pygments 2.15.1 pyhd8ed1ab_0 conda-forge 841kB
  • pyrsistent 0.19.3 py311he2be06e_0 conda-forge 119kB
  • pysocks 1.7.1 pyha2e5f31_6 conda-forge 19kB
  • python 3.11.4 h47c9636_0_cpython conda-forge 15MB
  • python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge 246kB
  • python-fastjsonschema 2.17.1 pyhd8ed1ab_0 conda-forge 226kB
  • python_abi 3.11 3_cp311 conda-forge 6kB
  • pytz 2023.3 pyhd8ed1ab_0 conda-forge 187kB
  • pyyaml 6.0 py311he2be06e_5 conda-forge 193kB
  • pyzmq 25.1.0 py311hb1af645_0 conda-forge 507kB
  • readline 8.2 h92ec313_1 conda-forge 250kB
  • requests 2.31.0 pyhd8ed1ab_0 conda-forge 57kB
  • setuptools 68.0.0 pyhd8ed1ab_0 conda-forge 464kB
  • six 1.16.0 pyh6c4a22f_0 conda-forge 14kB
  • snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge 59kB
  • soupsieve 2.3.2.post1 pyhd8ed1ab_0 conda-forge 35kB
  • sphinx 6.2.1 pyhd8ed1ab_0 conda-forge 1MB
  • sphinx-autoapi 2.1.0 pyhd8ed1ab_0 conda-forge 44kB
  • sphinx-autobuild 2021.3.14 pyhd8ed1ab_0 conda-forge 13kB
  • sphinx-copybutton 0.5.2 pyhd8ed1ab_0 conda-forge 18kB
  • sphinx-design 0.4.1 pyhd8ed1ab_1 conda-forge 885kB
  • sphinx-favicon 1.0.1 pyhd8ed1ab_0 conda-forge 13kB
  • sphinx-notfound-page 0.8.3 pyhd8ed1ab_0 conda-forge 12kB
  • sphinxcontrib-applehelp 1.0.4 pyhd8ed1ab_0 conda-forge 29kB
  • sphinxcontrib-devhelp 1.0.2 py_0 conda-forge 23kB
  • sphinxcontrib-dotnetdomain 0.4 py_0 conda-forge 9kB
  • sphinxcontrib-golangdomain 0.2.0.dev0 py_0 conda-forge 9kB
  • sphinxcontrib-htmlhelp 2.0.1 pyhd8ed1ab_0 conda-forge 33kB
  • sphinxcontrib-jsmath 1.0.1 py_0 conda-forge 7kB
  • sphinxcontrib-qthelp 1.0.3 py_0 conda-forge 26kB
  • sphinxcontrib-serializinghtml 1.1.5 pyhd8ed1ab_2 conda-forge 28kB
  • stack_data 0.6.2 pyhd8ed1ab_0 conda-forge 26kB
  • tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge 23kB
  • tk 8.6.12 he1e0b03_0 conda-forge 3MB
  • tornado 6.3.2 py311heffc1b2_0 conda-forge 841kB
  • traitlets 5.9.0 pyhd8ed1ab_0 conda-forge 98kB
  • typing-extensions 4.6.3 hd8ed1ab_0 conda-forge 10kB
  • typing_extensions 4.6.3 pyha770c72_0 conda-forge 35kB
  • tzdata 2023c h71feb2d_0 conda-forge 118kB
  • unidecode 1.3.6 pyhd8ed1ab_0 conda-forge 164kB
  • urllib3 2.0.3 pyhd8ed1ab_0 conda-forge 98kB
  • wcwidth 0.2.6 pyhd8ed1ab_0 conda-forge 29kB
  • webencodings 0.5.1 py_1 conda-forge 12kB
  • wheel 0.40.0 pyhd8ed1ab_0 conda-forge 56kB
  • wrapt 1.15.0 py311he2be06e_0 conda-forge 59kB
  • xz 5.2.6 h57fd34a_0 conda-forge 236kB
  • yaml 0.2.5 h3422bc3_2 conda-forge 88kB
  • zeromq 4.3.4 hbdafb3b_1 conda-forge 318kB
  • zipp 3.15.0 pyhd8ed1ab_0 conda-forge 17kB
  • zlib 1.2.13 h53f4e23_5 conda-forge 80kB
  • zstd 1.5.2 hf913c23_6 conda-forge 308kB

Summary:

Install: 164 packages

Total download: 121MB

───────────────────────────────────────────────────────────────────────────────────────────

Confirm changes: [Y/n] Y

Transaction starting
libwebp-base 266.0kB @ 1.6MB/s 0.2s
xz 235.7kB @ 1.1MB/s 0.2s
libzlib 48.1kB @ 223.3kB/s 0.0s
libexpat 63.4kB @ 283.3kB/s 0.2s
ncurses 799.2kB @ 3.2MB/s 0.2s
yaml 88.0kB @ 303.3kB/s 0.1s
lerc 215.7kB @ 613.5kB/s 0.1s
expat 117.9kB @ 299.7kB/s 0.1s
libsqlite 822.9kB @ 1.8MB/s 0.1s
libxml2 616.6kB @ 1.1MB/s 0.1s
pcre2 1.2MB @ 2.0MB/s 0.2s
icu 11.7MB @ 20.4MB/s 0.4s
libtool 408.4kB @ 698.5kB/s 0.4s
libbrotlidec 31.7kB @ 53.7kB/s 0.0s
font-ttf-ubuntu 2.0MB @ 2.8MB/s 0.1s
libwebp 79.1kB @ 111.0kB/s 0.1s
gts 304.3kB @ 404.4kB/s 0.2s
tzdata 117.6kB @ 154.8kB/s 0.1s
libglib 2.5MB @ 3.3MB/s 0.2s
setuptools 463.7kB @ 530.2kB/s 0.1s
pandoc 26.3MB @ 29.4MB/s 0.9s
parso 71.0kB @ 76.7kB/s 0.1s
ptyprocess 16.5kB @ 17.4kB/s 0.1s
harfbuzz 1.2MB @ 1.2MB/s 0.2s
python 14.7MB @ 15.0MB/s 0.3s
six 14.3kB @ 14.6kB/s 0.1s
backcall 13.7kB @ 13.9kB/s 0.0s
pandocfilters 11.6kB @ 11.7kB/s 0.0s
idna 56.7kB @ 55.6kB/s 0.0s
webencodings 11.9kB @ 11.6kB/s 0.0s
defusedxml 24.1kB @ 23.4kB/s 0.1s
sphinxcontrib-devhelp 23.0kB @ 21.8kB/s 0.0s
colorama 25.2kB @ 23.4kB/s 0.0s
pygments 840.7kB @ 771.3kB/s 0.1s
pickleshare 9.3kB @ 8.6kB/s 0.0s
sphinxcontrib-serializinghtml 27.7kB @ 25.2kB/s 0.1s
pexpect 47.7kB @ 42.3kB/s 0.0s
sphinxcontrib-jsmath 7.4kB @ 6.6kB/s 0.1s
importlib-metadata 25.9kB @ 22.8kB/s 0.0s
matplotlib-inline 12.3kB @ 10.5kB/s 0.0s
babel 6.9MB @ 5.8MB/s 0.1s
jupyterlab_pygments 17.4kB @ 14.7kB/s 0.0s
platformdirs 19.4kB @ 16.0kB/s 0.0s
prompt_toolkit 6.4kB @ 5.2kB/s 0.0s
prompt-toolkit 269.4kB @ 218.0kB/s 0.1s
accessible-pygments 15.6kB @ 12.1kB/s 0.2s
tornado 840.9kB @ 648.6kB/s 0.1s
pyyaml 193.1kB @ 143.6kB/s 0.1s
jinja2 101.4kB @ 75.0kB/s 0.1s
astroid 513.4kB @ 351.9kB/s 0.2s
sphinxcontrib-golangdomain 9.2kB @ 6.2kB/s 0.1s
sphinx-copybutton 17.8kB @ 11.9kB/s 0.2s
sphinx 1.2MB @ 821.8kB/s 0.2s
libcxx 1.2MB @ 741.2kB/s 0.1s
ca-certificates 148.5kB @ 92.9kB/s 0.0s
sphinx-autoapi 44.1kB @ 27.5kB/s 0.1s
gtk2 7.4MB @ 4.6MB/s 0.9s
myst-parser 67.1kB @ 40.9kB/s 0.2s
nbsphinx 33.5kB @ 20.1kB/s 0.2s
graphite2 83.2kB @ 49.8kB/s 0.1s
libpng 259.4kB @ 151.0kB/s 0.1s
libbrotlicommon 66.8kB @ 38.5kB/s 0.1s
libjpeg-turbo 426.5kB @ 242.1kB/s 0.2s
font-ttf-source-code-pro 700.8kB @ 387.3kB/s 0.0s
openssl 2.2MB @ 1.2MB/s 0.2s
libtiff 364.6kB @ 196.7kB/s 0.2s
brotli 19.0kB @ 10.2kB/s 0.1s
fontconfig 237.7kB @ 126.1kB/s 0.2s
executing 25.0kB @ 13.2kB/s 0.0s
pip 1.4MB @ 712.0kB/s 0.1s
attrs 55.0kB @ 28.5kB/s 0.0s
zipp 17.2kB @ 8.9kB/s 0.1s
pysocks 19.0kB @ 9.7kB/s 0.0s
sphinxcontrib-qthelp 25.7kB @ 13.0kB/s 0.1s
snowballstemmer 58.8kB @ 29.3kB/s 0.0s
alabaster 18.2kB @ 8.9kB/s 0.0s
appnope 8.1kB @ 4.0kB/s 0.0s
python-fastjsonschema 225.8kB @ 109.8kB/s 0.1s
librsvg 3.6MB @ 1.8MB/s 0.2s
beautifulsoup4 115.0kB @ 55.6kB/s 0.0s
importlib_resources 31.0kB @ 15.0kB/s 0.0s
urllib3 98.2kB @ 46.8kB/s 0.0s
markdown-it-py 64.4kB @ 30.5kB/s 0.0s
mdit-py-plugins 41.2kB @ 19.6kB/s 0.0s
requests 56.7kB @ 26.8kB/s 0.0s
jsonschema 70.5kB @ 33.0kB/s 0.0s
libgd 198.7kB @ 92.3kB/s 0.3s
pyzmq 507.1kB @ 234.8kB/s 0.1s
nbconvert-core 211.9kB @ 96.5kB/s 0.0s
libsodium 324.9kB @ 147.3kB/s 0.0s
fribidi 60.3kB @ 26.9kB/s 0.0s
jupyter_core 117.1kB @ 52.1kB/s 0.1s
zlib 79.6kB @ 34.9kB/s 0.0s
sphinx-design 884.7kB @ 381.8kB/s 0.2s
libffi 39.0kB @ 16.6kB/s 0.1s
font-ttf-inconsolata 96.5kB @ 40.6kB/s 0.0s
readline 250.4kB @ 105.1kB/s 0.1s
libbrotlienc 305.2kB @ 126.1kB/s 0.1s
pytz 186.5kB @ 76.2kB/s 0.0s
sphinx-favicon 12.6kB @ 5.1kB/s 0.3s
cairo 996.9kB @ 405.9kB/s 0.1s
typing_extensions 34.9kB @ 14.1kB/s 0.0s
entrypoints 9.2kB @ 3.7kB/s 0.0s
certifi 152.4kB @ 60.9kB/s 0.0s
packaging 46.1kB @ 18.4kB/s 0.0s
tinycss2 23.2kB @ 9.2kB/s 0.0s
mdurl 13.7kB @ 5.4kB/s 0.0s
stack_data 26.2kB @ 10.2kB/s 0.0s
asttokens 27.8kB @ 10.8kB/s 0.1s
atk-1.0 373.2kB @ 144.6kB/s 0.3s
markupsafe 26.7kB @ 10.3kB/s 0.0s
jupyter_client 104.4kB @ 39.0kB/s 0.1s
sphinxcontrib-dotnetdomain 9.5kB @ 3.5kB/s 0.1s
pydata-sphinx-theme 802.0kB @ 293.9kB/s 0.1s
libiconv 1.4MB @ 502.8kB/s 0.1s
python_abi 5.8kB @ 2.1kB/s 0.1s
graphviz 4.6MB @ 1.6MB/s 0.5s
wrapt 58.7kB @ 20.0kB/s 0.4s
zeromq 318.1kB @ 107.2kB/s 0.2s
fonts-conda-ecosystem 3.7kB @ 1.2kB/s 0.0s
backports 6.0kB @ 2.0kB/s 0.0s
gdk-pixbuf 546.5kB @ 183.0kB/s 0.2s
decorator 12.1kB @ 4.0kB/s 0.0s
sphinxcontrib-applehelp 29.5kB @ 9.8kB/s 0.0s
mistune 66.1kB @ 21.9kB/s 0.0s
typing-extensions 10.0kB @ 3.3kB/s 0.0s
backports.functools_lru_cache 11.5kB @ 3.8kB/s 0.0s
importlib_metadata 9.5kB @ 3.1kB/s 0.0s
nbformat 101.0kB @ 33.0kB/s 0.0s
pyrsistent 119.0kB @ 37.7kB/s 0.1s
sphinx-notfound-page 12.2kB @ 3.9kB/s 0.1s
giflib 72.0kB @ 22.6kB/s 0.1s
bzip2 151.8kB @ 47.6kB/s 0.1s
freetype 572.6kB @ 177.9kB/s 0.1s
fonts-conda-forge 4.1kB @ 1.3kB/s 0.1s
pure_eval 14.6kB @ 4.5kB/s 0.0s
traitlets 98.4kB @ 30.3kB/s 0.1s
imagesize 10.2kB @ 3.1kB/s 0.0s
python-dateutil 246.0kB @ 75.5kB/s 0.0s
gettext 4.0MB @ 1.2MB/s 0.5s
livereload 25.0kB @ 7.6kB/s 0.0s
nbconvert-pandoc 6.9kB @ 2.1kB/s 0.0s
bleach 130.7kB @ 39.7kB/s 0.1s
nbconvert 7.9kB @ 2.4kB/s 0.0s
charset-normalizer 44.9kB @ 13.6kB/s 0.0s
wheel 55.7kB @ 16.8kB/s 0.0s
jedi 804.4kB @ 238.8kB/s 0.1s
brotli-bin 18.1kB @ 5.3kB/s 0.1s
lazy-object-proxy 33.5kB @ 9.7kB/s 0.2s
sphinx-autobuild 12.9kB @ 3.7kB/s 0.2s
zstd 308.3kB @ 88.7kB/s 0.2s
sphinxcontrib-htmlhelp 32.8kB @ 9.4kB/s 0.1s
ipython 585.2kB @ 165.5kB/s 0.1s
pango 427.2kB @ 120.1kB/s 0.2s
tk 3.4MB @ 951.0kB/s 0.1s
soupsieve 34.7kB @ 9.7kB/s 0.0s
pkgutil-resolve-name 8.7kB @ 2.4kB/s 0.0s
pixman 291.8kB @ 81.2kB/s 0.1s
unidecode 164.1kB @ 45.4kB/s 0.0s
nbclient 64.9kB @ 17.9kB/s 0.0s
libdeflate 48.4kB @ 13.4kB/s 0.2s
wcwidth 29.1kB @ 8.0kB/s 0.0s
font-ttf-dejavu-sans-mono 397.4kB @ 108.7kB/s 0.1s
docutils 975.2kB @ 227.6kB/s 0.7s
Linking libexpat-2.5.0-hb7217d7_1
Linking libwebp-base-1.3.0-h1a8c8d9_0
Linking xz-5.2.6-h57fd34a_0
Linking ncurses-6.4-h7ea286d_0
Linking pandoc-3.1.3-hce30654_0
Linking libsodium-1.0.18-h27ca646_1
Linking python_abi-3.11-3_cp311
Linking libcxx-16.0.6-h4653b0c_0
Linking bzip2-1.0.8-h3422bc3_4
Linking libffi-3.4.2-h3422bc3_5
Linking libzlib-1.2.13-h53f4e23_5
Linking ca-certificates-2023.5.7-hf0a4a13_0
Linking pixman-0.40.0-h27ca646_0
Linking icu-72.1-he12128b_0
Linking libiconv-1.17-he4db4b2_0
Linking libjpeg-turbo-2.1.5.1-h1a8c8d9_0
Linking libtool-2.4.7-hb7217d7_0
Linking fribidi-1.0.10-h27ca646_0
Linking libdeflate-1.18-h1a8c8d9_0
Linking yaml-0.2.5-h3422bc3_2
Linking libbrotlicommon-1.0.9-h1a8c8d9_8
Linking giflib-5.2.1-h1a8c8d9_3
Linking expat-2.5.0-hb7217d7_1
Linking readline-8.2-h92ec313_1
Linking graphite2-1.3.13-h9f76cd9_1001
Linking lerc-4.0.0-h9a09cb3_0
Linking zeromq-4.3.4-hbdafb3b_1
Linking zstd-1.5.2-hf913c23_6
Linking pcre2-10.40-hb34f9b4_0
Linking libpng-1.6.39-h76d750c_0
Linking zlib-1.2.13-h53f4e23_5
Linking libsqlite-3.42.0-hb31c410_0
Linking tk-8.6.12-he1e0b03_0
Linking openssl-3.1.1-h53f4e23_1
Linking libxml2-2.11.4-he3bdae6_0
Linking gettext-0.21.1-h0186832_0
Linking libbrotlienc-1.0.9-h1a8c8d9_8
Linking libbrotlidec-1.0.9-h1a8c8d9_8
Linking libtiff-4.5.1-h23a1a89_0
Linking freetype-2.12.1-hd633e50_1
Linking libglib-2.76.3-h24e9cb9_0
Linking brotli-bin-1.0.9-h1a8c8d9_8
Linking libwebp-1.3.0-h66d6964_0
Linking fontconfig-2.14.2-h82840c6_0
Linking atk-1.0-2.38.0-hcb7b3dd_1
Linking gdk-pixbuf-2.42.10-h1ac0d0d_2

Linking gts-0.7.6-he42f4ea_4
Linking brotli-1.0.9-h1a8c8d9_8
Linking font-ttf-dejavu-sans-mono-2.37-hab24e00_0
Linking font-ttf-ubuntu-0.83-hab24e00_0
Linking font-ttf-inconsolata-3.000-h77eed37_0
Linking font-ttf-source-code-pro-2.038-h77eed37_0
Linking tzdata-2023c-h71feb2d_0
Linking fonts-conda-forge-1-0
Linking fonts-conda-ecosystem-1-0
Linking python-3.11.4-h47c9636_0_cpython
Linking libgd-2.3.3-h939342b_6
Linking cairo-1.16.0-h1e71087_1016
Linking harfbuzz-7.3.0-h46e5fef_0
Linking pango-1.50.14-h9f7e0c6_1
Linking librsvg-2.56.1-h0db3404_0

Linking gtk2-2.24.33-h57013de_2
Linking graphviz-8.0.5-h10878c0_0

Linking wheel-0.40.0-pyhd8ed1ab_0
Linking setuptools-68.0.0-pyhd8ed1ab_0
Linking pip-23.1.2-pyhd8ed1ab_0
Linking backports-1.0-pyhd8ed1ab_3
Linking parso-0.8.3-pyhd8ed1ab_0
Linking pure_eval-0.2.2-pyhd8ed1ab_0
Linking executing-1.2.0-pyhd8ed1ab_0
Linking ptyprocess-0.7.0-pyhd3deb0d_0
Linking pytz-2023.3-pyhd8ed1ab_0
Linking soupsieve-2.3.2.post1-pyhd8ed1ab_0
Linking six-1.16.0-pyh6c4a22f_0
Linking zipp-3.15.0-pyhd8ed1ab_0
Linking decorator-5.1.1-pyhd8ed1ab_0
Linking backcall-0.2.0-pyh9f0ad1d_0
Linking typing_extensions-4.6.3-pyha770c72_0
Linking attrs-23.1.0-pyh71513ae_1
Linking pandocfilters-1.5.0-pyhd8ed1ab_0
Linking mistune-3.0.0-pyhd8ed1ab_0
Linking entrypoints-0.4-pyhd8ed1ab_0
Linking defusedxml-0.7.1-pyhd8ed1ab_0
Linking webencodings-0.5.1-py_1
Linking python-fastjsonschema-2.17.1-pyhd8ed1ab_0
Linking pkgutil-resolve-name-1.3.10-pyhd8ed1ab_0
Linking traitlets-5.9.0-pyhd8ed1ab_0
Linking pysocks-1.7.1-pyha2e5f31_6
Linking idna-3.4-pyhd8ed1ab_0
Linking charset-normalizer-3.1.0-pyhd8ed1ab_0
Linking certifi-2023.5.7-pyhd8ed1ab_0
Linking sphinxcontrib-serializinghtml-1.1.5-pyhd8ed1ab_2
Linking sphinxcontrib-qthelp-1.0.3-py_0
Linking sphinxcontrib-htmlhelp-2.0.1-pyhd8ed1ab_0
Linking sphinxcontrib-devhelp-1.0.2-py_0
Linking sphinxcontrib-applehelp-1.0.4-pyhd8ed1ab_0
Linking snowballstemmer-2.2.0-pyhd8ed1ab_0
Linking pygments-2.15.1-pyhd8ed1ab_0
Linking packaging-23.1-pyhd8ed1ab_0
Linking imagesize-1.4.1-pyhd8ed1ab_0
Linking colorama-0.4.6-pyhd8ed1ab_0
Linking alabaster-0.7.13-pyhd8ed1ab_0
Linking unidecode-1.3.6-pyhd8ed1ab_0
Linking pickleshare-0.7.5-py_1003
Linking appnope-0.1.3-pyhd8ed1ab_0
Linking mdurl-0.1.0-pyhd8ed1ab_0
Linking sphinxcontrib-jsmath-1.0.1-py_0
Linking backports.functools_lru_cache-1.6.5-pyhd8ed1ab_0
Linking jedi-0.18.2-pyhd8ed1ab_0
Linking pexpect-4.8.0-pyh9f0ad1d_2
Linking babel-2.12.1-pyhd8ed1ab_1
Linking beautifulsoup4-4.12.2-pyha770c72_0
Linking asttokens-2.2.1-pyhd8ed1ab_0
Linking python-dateutil-2.8.2-pyhd8ed1ab_0
Linking importlib_resources-5.12.0-pyhd8ed1ab_0
Linking importlib-metadata-6.7.0-pyha770c72_0
Linking typing-extensions-4.6.3-hd8ed1ab_0
Linking tinycss2-1.2.1-pyhd8ed1ab_0
Linking matplotlib-inline-0.1.6-pyhd8ed1ab_0
Linking urllib3-2.0.3-pyhd8ed1ab_0
Linking jupyterlab_pygments-0.2.2-pyhd8ed1ab_0
Linking accessible-pygments-0.0.4-pyhd8ed1ab_0
Linking bleach-6.0.0-pyhd8ed1ab_0
Linking markdown-it-py-3.0.0-pyhd8ed1ab_0
Linking wcwidth-0.2.6-pyhd8ed1ab_0
Linking stack_data-0.6.2-pyhd8ed1ab_0
Linking importlib_metadata-6.7.0-hd8ed1ab_0
Linking platformdirs-3.8.0-pyhd8ed1ab_0
Linking requests-2.31.0-pyhd8ed1ab_0
Linking mdit-py-plugins-0.4.0-pyhd8ed1ab_0
Linking prompt-toolkit-3.0.38-pyha770c72_0
Linking prompt_toolkit-3.0.38-hd8ed1ab_0
Linking ipython-8.14.0-pyhd1c38e8_0
Linking wrapt-1.15.0-py311he2be06e_0
Linking lazy-object-proxy-1.9.0-py311he2be06e_0
Linking pyrsistent-0.19.3-py311he2be06e_0
Linking tornado-6.3.2-py311heffc1b2_0
Linking pyzmq-25.1.0-py311hb1af645_0
Linking markupsafe-2.1.3-py311heffc1b2_0
Linking pyyaml-6.0-py311he2be06e_5
Linking docutils-0.19-py311h267d04e_1
Linking jupyter_core-5.3.1-py311h267d04e_0
Linking astroid-2.15.5-py311h267d04e_0
Linking jsonschema-4.17.3-pyhd8ed1ab_0
Linking livereload-2.6.3-pyh9f0ad1d_0
Linking jinja2-3.1.2-pyhd8ed1ab_1
Linking jupyter_client-8.3.0-pyhd8ed1ab_0
Linking nbformat-5.9.0-pyhd8ed1ab_0
Linking sphinx-6.2.1-pyhd8ed1ab_0
Linking nbclient-0.8.0-pyhd8ed1ab_0
Linking sphinx-design-0.4.1-pyhd8ed1ab_1
Linking sphinxcontrib-golangdomain-0.2.0.dev0-py_0
Linking sphinxcontrib-dotnetdomain-0.4-py_0
Linking sphinx-autobuild-2021.3.14-pyhd8ed1ab_0
Linking sphinx-copybutton-0.5.2-pyhd8ed1ab_0
Linking sphinx-favicon-1.0.1-pyhd8ed1ab_0
Linking sphinx-notfound-page-0.8.3-pyhd8ed1ab_0
Linking myst-parser-2.0.0-pyhd8ed1ab_0
Linking pydata-sphinx-theme-0.13.3-pyhd8ed1ab_0
Linking nbconvert-core-7.6.0-pyhd8ed1ab_0
Linking sphinx-autoapi-2.1.0-pyhd8ed1ab_0
Linking nbconvert-pandoc-7.6.0-pyhd8ed1ab_0
Linking nbconvert-7.6.0-pyhd8ed1ab_0
Linking nbsphinx-0.9.2-pyhd8ed1ab_0

Transaction finished

To activate this environment, use:

micromamba activate sphinx

Or to execute a single command in this environment, use:

micromamba run -n sphinx mycommand
<\details>

@humitos
Copy link
Member

humitos commented Jun 27, 2023

This seems related to Read the Docs in particular. It automatically adds sphinx_rtd_theme to the pip dependencies. That seems to break your environment. I just try using the environment.yaml shown on your build and it breaks. I'll see if I can this in your project.

@michaelweinold
Copy link
Author

@humitos, would it be possible for you to set the feature flag CONDA_APPEND_CORE_REQUIREMENTS in our project to false (or whatever value this would need to take) as an intermediate solution?

@humitos
Copy link
Member

humitos commented Jul 6, 2023

We will be deploying this work soon: #10508. Once it's deployed I will enable it in your project. I think it should make Conda to resolve properly.

@humitos humitos self-assigned this Jul 6, 2023
@github-project-automation github-project-automation bot moved this to Planned in 📍Roadmap Jul 6, 2023
@humitos humitos moved this from Planned to In progress in 📍Roadmap Jul 6, 2023
@michaelweinold
Copy link
Author

Hey, @humitos! Could you enable that flag for us, now that #10508 has been merged? Many thanks!

@humitos
Copy link
Member

humitos commented Jul 12, 2023

Hi @michaelweinold. The PR was just merged, but it's not deployed yet. It will be deployed next Tuesday. I wanted to deployed yesterday but I wasn't able to get a review before doing the deploy.

@michaelweinold
Copy link
Author

Understood - looking forward to it! Many thanks for staying on this 🙏

@humitos
Copy link
Member

humitos commented Jul 18, 2023

Hi @michaelweinold! I enabled the feature flag in your project and it seems the Conda environment is created successfully. However, it seems you have an issue your YAML file regarding the Sphinx conf.py file: https://readthedocs.org/projects/brightway-documentation/builds/21336554/

Let me know if everything is working as expected after solving that issue 👍🏼

@humitos humitos added the Needed: more information A reply from issue author is required label Jul 18, 2023
@michaelweinold
Copy link
Author

Our build works fine now, many thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needed: more information A reply from issue author is required
Projects
Archived in project
Development

No branches or pull requests

2 participants