DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 55MKL3FE3367369 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 55MKL3FE3367369 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=GS99Xtuk X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 159A93806FDC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1750622319; bh=simGINPJNm6YSbOom1Rr5mnhy69s4d/oPKN+zIWqz68=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=GS99Xtuk+xNkuxJYcV/PuNTSYzf29zRkTUyOSRSLARZVBqR2u3G0dCPmkb+hW3DLz HIicu6O0SYJC+h6O/14H/FlOTAs4woG3NU4kyvtjHWloWsAJoGKoBa/I6NCtouzyBE 3gf1nXkDZ/ZxyyC6hANM6w0Lb24ZqGr5985+Gw3Y= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E766A389078B ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E766A389078B ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750619632; cv=none; b=bqCYf4k6lfutjOrdhfWFqjqdZ9Mt8KbeeiOaMfZDFIaUA9ikDqwz/HT2eGJKrmX++mcSn7c5eZ5xMgjDgAym/W3S6PXwrLmp3NKmf247gArY+dpwicdzLTz1DT7M2tURCMNTNxoVY/kZRgTozRcSi8W03VtZlXra/Cn1ySE1vdk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1750619632; c=relaxed/simple; bh=zfDX8W1CCt/8Fq9mDOsX/DL7uFPStD1l5R0EQS6C/g0=; h=Message-ID:Date:MIME-Version:To:From:Subject; b=m8LnrICMYwCkkOFbfGU2K4UXYKaUDLtv9mS0N/tvJ+EMHUSIF9EKzy3/83172UUZzrFaNBDILaLi1PCN9js23D1aSXM3hBZmOiNLBjMkcbGr+uucG2/bJqh8p6dfp0I/ZgkqZeRFA1epvzwKt2Z1rcuL32mjAp7XU+cIxQmIu0E= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E766A389078B Message-ID: <6d8b0401-fd71-4ff7-83c8-67b90ed57ca4@buildengineer.com> Date: Sun, 22 Jun 2025 21:13:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: cygwin AT cygwin DOT com Content-Language: en-US, fr Subject: python build issue X-GND-State: clean X-GND-Score: 0 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeeffedrtddvgddugeeljecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucenucfjughrpefkffggfgfvhffutgfgsehtkeertddtvdejnecuhfhrohhmpeffrghvihguucghihhlshhonhcuoegurghvvgessghuihhluggvnhhgihhnvggvrhdrtghomheqnecuggftrfgrthhtvghrnhepvdffgfefveelleeiieevudfgvddtgeegleelffejhfdvieeftddviedtheegfedtnecukfhppeekkedrudefkedrjeejrdefvdenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeekkedrudefkedrjeejrdefvddphhgvlhhopegludelvddrudeikedruddrkeehngdpmhgrihhlfhhrohhmpegurghvvgessghuihhluggvnhhgihhnvggvrhdrtghomhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhestgihghifihhnrdgtohhm X-GND-Sasl: sentmail AT buildengineer DOT com X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David Wilson via Cygwin Reply-To: David Wilson Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 55MKL3FE3367369 Hi guys, I'm trying to run a python script that requires yfinance.  This is the error I'm getting: > $ pip3 install yfinance > Collecting yfinance >   Using cached yfinance-0.2.63-py2.py3-none-any.whl.metadata (5.8 kB) > Collecting pandas>=1.3.0 (from yfinance) >   Using cached pandas-2.3.0.tar.gz (4.5 MB) >   Installing build dependencies ... done >   Getting requirements to build wheel ... done >   Preparing metadata (pyproject.toml) ... done > Requirement already satisfied: numpy>=1.16.5 in > /usr/lib/python3.9/site-packages (from yfinance) (2.0.1) > Requirement already satisfied: requests>=2.31 in > /usr/lib/python3.9/site-packages (from yfinance) (2.32.3) > Collecting multitasking>=0.0.7 (from yfinance) >   Using cached multitasking-0.0.11-py3-none-any.whl.metadata (5.5 kB) > Requirement already satisfied: platformdirs>=2.0.0 in > /usr/lib/python3.9/site-packages (from yfinance) (4.3.6) > Requirement already satisfied: pytz>=2022.5 in > /usr/lib/python3.9/site-packages (from yfinance) (2023.3) > Collecting frozendict>=2.3.4 (from yfinance) >   Using cached frozendict-2.4.6.tar.gz (316 kB) >   Installing build dependencies ... done >   Getting requirements to build wheel ... done >   Preparing metadata (pyproject.toml) ... done > Collecting peewee>=3.16.2 (from yfinance) >   Using cached peewee-3.18.1.tar.gz (3.0 MB) >   Installing build dependencies ... done >   Getting requirements to build wheel ... done >   Preparing metadata (pyproject.toml) ... done > Collecting beautifulsoup4>=4.11.1 (from yfinance) >   Using cached beautifulsoup4-4.13.4-py3-none-any.whl.metadata (3.8 kB) > Collecting curl_cffi>=0.7 (from yfinance) >   Using cached curl_cffi-0.11.4.tar.gz (149 kB) >   Installing build dependencies ... done >   Getting requirements to build wheel ... error >   error: subprocess-exited-with-error > >   × Getting requirements to build wheel did not run successfully. >   │ exit code: 1 >   ╰─> [37 lines of output] >       Traceback (most recent call last): >         File > "/usr/local/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", > line 389, in >           main() >         File > "/usr/local/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", > line 373, in main >           json_out["return_val"] = hook(**hook_input["kwargs"]) >         File > "/usr/local/lib/python3.9/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", > line 143, in get_requires_for_build_wheel >           return hook(config_settings) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", > line 331, in get_requires_for_build_wheel >           return self._get_build_requires(config_settings, > requirements=[]) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", > line 301, in _get_build_requires >           self.run_setup() >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/build_meta.py", > line 317, in run_setup >           exec(code, locals()) >         File "", line 16, in >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/__init__.py", > line 115, in setup >           return distutils.core.setup(**attrs) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/_distutils/core.py", > line 148, in setup >           _setup_distribution = dist = klass(attrs) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/dist.py", > line 321, in __init__ >           _Distribution.__init__(self, dist_attrs) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/_distutils/dist.py", > line 309, in __init__ >           self.finalize_options() >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/dist.py", > line 784, in finalize_options >           ep(self) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/setuptools/dist.py", > line 804, in _finalize_setup_keywords >           ep.load()(self, ep.name, value) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/cffi/setuptools_ext.py", > line 216, in cffi_modules >           add_cffi_module(dist, cffi_module) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/cffi/setuptools_ext.py", > line 49, in add_cffi_module >           execfile(build_file_name, mod_vars) >         File > "/tmp/pip-build-env-2xh6qiqq/overlay/lib/python3.9/site-packages/cffi/setuptools_ext.py", > line 25, in execfile >           exec(code, glob, glob) >         File "scripts/build.py", line 51, in >           arch = detect_arch() >         File "scripts/build.py", line 48, in detect_arch >           raise Exception(f"Unsupported arch: {uname}") >       Exception: Unsupported arch: > uname_result(system='CYGWIN_NT-10.0-26100', node='REDACTED', > release='3.6.3-1.x86_64', version='2025-06-05 11:45 UTC', > machine='x86_64') >       [end of output] I thought about subing in Linux for the uname but I want something that is more  general.  This must have happened before. Is there a way to search the cygwin mail archives?  Delorie seems to out of commission. What should I do? TIA. Cygwin Fan. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple