PyFBA icon indicating copy to clipboard operation
PyFBA copied to clipboard

PyFBA Installed via Conda but ModuleNotFoundError in Python

Open Angela-Source-Lab opened this issue 8 months ago • 0 comments

Dear PyFBA Team, I have successfully installed PyFBA (version 2.62) in a new Conda environment using the bioconda channel. The package appears in the list of installed packages (conda list pyfba confirms this). However, when I attempt to import it in Python using import pyfba, I receive the following error: ModuleNotFoundError: No module named 'pyfba'

I have tried the following steps to resolve the issue: Created a new Conda environment with Python 3.9. Installed both glpk and swiglpk. Ensured the environment is properly activated before running Python. Despite these efforts, the error persists. I am using macOS 12.3.1 on an Apple Silicon device. Could you please advise on any additional steps I might take to resolve this issue?

Best regards, Angela

Image

Angela-Source-Lab avatar May 24 '25 13:05 Angela-Source-Lab