-
Notifications
You must be signed in to change notification settings - Fork 13
Description
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
