Bug 2404039

Summary: ipython does not see user pip-installed packages
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: ipythonAssignee: Miro Hrončok <mhroncok>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 43CC: awilliam, epel-packagers-sig, lbalhar, lnie, mhroncok, michel, mrunge, orion, python-packagers-sig
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: AcceptedFreezeException
Fixed In Version: ipython-8.37.0-11.fc44 ipython-8.37.0-11.fc43 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-10-17 03:47:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2324226    

Description Miro Hrončok 2025-10-14 21:17:53 UTC
Fix in https://src.fedoraproject.org/rpms/ipython/pull-request/101 -- opening to request a freeze exception as ipython is on the Python Classroom Lab.


To reproduce (with python3-ipython-8.37.0-10.fc43.noarch):

$ sudo dnf install ipython pip
$ pip install --user pello
$ ipython
In [1]: import pello
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 import pello

ModuleNotFoundError: No module named 'pello'



While on Fedora 42:

In [1]: import pello

In [2]: 




This was caused by an unnoticed change when ipython was converted to %pyproject RPM macros.

Comment 1 Fedora Update System 2025-10-14 21:50:26 UTC
FEDORA-2025-cd38ce4aea (ipython-8.37.0-11.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-cd38ce4aea

Comment 2 Fedora Update System 2025-10-14 21:54:38 UTC
FEDORA-2025-cd38ce4aea (ipython-8.37.0-11.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 3 Fedora Update System 2025-10-14 21:56:43 UTC
FEDORA-2025-772710d8cc (ipython-8.37.0-11.fc43) has been submitted as an update to Fedora 43.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-772710d8cc

Comment 4 Fedora Update System 2025-10-15 01:18:00 UTC
FEDORA-2025-772710d8cc has been pushed to the Fedora 43 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-772710d8cc`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-772710d8cc

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Adam Williamson (Red Hat non-Fedora) 2025-10-15 01:34:30 UTC
+3 FE in https://pagure.io/fedora-qa/blocker-review/issue/1986 , marking accepted.

Comment 6 lnie 2025-10-16 09:18:34 UTC
Not able to reproduce the bug anymore with ipython-8.37.0-11.fc43

Comment 7 Miro Hrončok 2025-10-16 10:49:45 UTC
Fix confirmed on Fedora-Python-Classroom-Live-43-1.4.x86_64.iso from https://fedoraproject.org/wiki/Test_Results:Fedora_43_RC_1.4_Summary#Downloads

Comment 8 Fedora Update System 2025-10-17 03:47:04 UTC
FEDORA-2025-772710d8cc (ipython-8.37.0-11.fc43) has been pushed to the Fedora 43 stable repository.
If problem still persists, please make note of it in this bug report.