Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914501 - dev-python/xarray-2023.8.0 - ModuleNotFoundError: No module named setuptools_scm.utils
Summary: dev-python/xarray-2023.8.0 - ModuleNotFoundError: No module named setuptools_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-21 17:16 UTC by Toralf Förster
Modified: 2023-09-22 02:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.99 KB, text/plain)
2023-09-21 17:16 UTC, Toralf Förster
Details
dev-python:xarray-2023.8.0:20230921-150407.log (dev-python:xarray-2023.8.0:20230921-150407.log,7.54 KB, text/plain)
2023-09-21 17:16 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,73.86 KB, application/x-xz)
2023-09-21 17:16 UTC, Toralf Förster
Details
environment (environment,157.08 KB, text/plain)
2023-09-21 17:16 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.27 KB, application/x-xz)
2023-09-21 17:16 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,41.87 KB, application/x-xz)
2023-09-21 17:16 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,35.11 KB, application/x-xz)
2023-09-21 17:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-09-21 17:16:30 UTC
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/setuptools_scm_git_archive/__init__.py", line 6, in <module>
    from setuptools_scm.utils import data_from_mime, trace
ModuleNotFoundError: No module named 'setuptools_scm.utils'
 * ERROR: dev-python/xarray-2023.8.0::gentoo failed (compile phase):
 *   Wheel build failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20230916-053003

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.1
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.72.0
  [2]   rust-1.72.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.1 linux/amd64

  HEAD of ::gentoo
commit 2aeca9705350a9b599883bf2ae02120a60da434b
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Sep 21 14:16:41 2023 +0000

    2023-09-21 14:16:41 UTC

emerge -qpvO dev-python/xarray
[ebuild  N    ] dev-python/xarray-2023.8.0  USE="-test" PYTHON_TARGETS="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-09-21 17:16:30 UTC
Created attachment 871073 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-21 17:16:31 UTC
Created attachment 871074 [details]
dev-python:xarray-2023.8.0:20230921-150407.log
Comment 3 Toralf Förster gentoo-dev 2023-09-21 17:16:32 UTC
Created attachment 871075 [details]
emerge-history.txt.xz
Comment 4 Toralf Förster gentoo-dev 2023-09-21 17:16:34 UTC
Created attachment 871076 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-09-21 17:16:35 UTC
Created attachment 871077 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-21 17:16:36 UTC
Created attachment 871078 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-09-21 17:16:37 UTC
Created attachment 871079 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-09-22 02:21:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3a695eecd3420d7c92524631f370c164455c30

commit de3a695eecd3420d7c92524631f370c164455c30
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-09-22 02:20:21 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-09-22 02:20:21 +0000

    dev-python/setuptools_scm_git_archive: Force setuptools-scm<8
    
    Closes: https://bugs.gentoo.org/914498
    Closes: https://bugs.gentoo.org/914500
    Closes: https://bugs.gentoo.org/914501
    Closes: https://bugs.gentoo.org/914502
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 ...t_archive-1.4.ebuild => setuptools_scm_git_archive-1.4-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)