Python 3.8 issues
There you go.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Tiago de Freitas Pereira mentioned in issue bob#266 (closed)
mentioned in issue bob#266 (closed)
- Author Owner
bob.extension
:conda build
works on the master (https://gitlab.idiap.ch/bob/bob.extension/pipelines/47744), but fails on the nightlies (https://gitlab.idiap.ch/bob/nightlies/-/jobs/222858) - Owner
Something is pulling in python-3.7 instead of python-3.8, and this is creating the conflict.
- Author Owner
Maybe sphinx?
Traceback (most recent call last): File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda_build/environ.py", line 802, in get_install_actions actions = install_actions(prefix, index, specs, force=True) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/common/io.py", line 88, in decorated return f(*args, **kwds) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/plan.py", line 474, in install_actions txn = solver.solve_for_transaction(prune=prune, ignore_pinned=not pinned) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/core/solve.py", line 117, in solve_for_transaction should_retry_solve) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/core/solve.py", line 158, in solve_for_diff force_remove, should_retry_solve) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/core/solve.py", line 281, in solve_final_state ssc = self._run_sat(ssc) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/common/io.py", line 88, in decorated return f(*args, **kwds) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/core/solve.py", line 808, in _run_sat should_retry_solve=ssc.should_retry_solve File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/common/io.py", line 88, in decorated return f(*args, **kwds) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/resolve.py", line 1318, in solve self.find_conflicts(specs, specs_to_add, history_specs) File "/scratch/builds/bob/nightlies/miniconda/lib/python3.7/site-packages/conda/resolve.py", line 351, in find_conflicts raise UnsatisfiableError(bad_deps, strict=strict_channel_priority) conda.exceptions.UnsatisfiableError: The following specifications were found to be incompatible with each other: Output in format: Requested package -> Available versions Package python conflicts for: python[version='>=3.8,<3.9.0a0'] setuptools -> python[version='>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0'] setuptools -> certifi[version='>=2016.9.26'] -> python bob-devel=2020.11.18 -> python[version='>=3.7,<3.8.0a0'] sphinx -> python[version='>=3.5|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0'] click[version='>=7.1.2,<8.0a0'] -> python sphinx -> alabaster[version='>=0.7,<0.8'] -> python[version='>=3.8,<3.9.0a0|>=3.9,<3.10.0a0'] click-plugins[version='>=1.1.1,<2.0a0'] -> click[version='>=3.0'] -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0'] boost -> python[version='>=3.6,<3.7.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0'] numpy -> python[version='>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0'] coverage -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0'] click-plugins[version='>=1.1.1,<2.0a0'] -> python nose -> setuptools -> python[version='>=3.9,<3.10.0a0'] sphinx_rtd_theme -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0'] nose -> python[version='>=3.6,<3.7.0a0|>=3.6|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
Edited by Tiago de Freitas Pereira - Author Owner
There are several deps actually that conflict:
click-plugins
,sphinx_rtd_theme
, (maybenose
).Running each package in isolation works fine. Check bob.extension, bob.blitz, bob.core and bob.io.base. All green with python 3.8
- Author Owner
mmmm,
bob-devel
is pinned tobob-devel=2020.11.18
instead of2021.01.29
, is that correct? - Author Owner
I'm trying to debug locally
- Author Owner
I found the issue. It was my fault. Fixed here: nightlies@7a5cd6a7
- Tiago de Freitas Pereira closed
closed
- Owner
Great job! I like auto-solved issues ;-)
- Amir MOHAMMADI mentioned in commit 9123099a
mentioned in commit 9123099a