bundle dependency not installed

Hello, I'm currently developing a bundle with a dependency on pandas. Even though I included this dependency in my bundle_info.xml file, I get "ModuleNotFoundError: No module named 'pandas'". For now, I have installed pandas on the ChimeraX console via the command prompt. For future distribution, however, it would be nice if it were immediately installed together with the bundle. I would greatly appreciate your help with this issue. Thanks in advance, Ilse

Hi Ilse, When you install your bundle with "devel install /path/to/bundle/file.whl" it should install pandas too, or give an error if that fails. Does your bundle_info.xml file have lines like <Dependencies> <Dependency name="ChimeraX-Core" version="~=1.0"/> <Dependency name="pandas" version="~1.2"/> </Dependencies> If it does and it still is not installing pandas can you use ChimeraX menu Help / Report a Bug and attach your bundle_info.xml and we can test and see if it works for us. Tom
On Sep 2, 2021, at 3:55 AM, Lagerwaard, I.M. (Ilse) via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Hello,
I’m currently developing a bundle with a dependency on pandas. Even though I included this dependency in my bundle_info.xml file, I get “ModuleNotFoundError: No module named 'pandas'”. For now, I have installed pandas on the ChimeraX console via the command prompt. For future distribution, however, it would be nice if it were immediately installed together with the bundle.
I would greatly appreciate your help with this issue.
Thanks in advance,
Ilse _______________________________________________ ChimeraX-users mailing list ChimeraX-users@cgl.ucsf.edu <mailto:ChimeraX-users@cgl.ucsf.edu> Manage subscription: https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users <https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users>
participants (2)
-
Lagerwaard, I.M. (Ilse)
-
Tom Goddard