michellab / BioSimSpace

Code and resources for the EPSRC BioSimSpace project.
https://biosimspace.org
GNU General Public License v3.0
77 stars 19 forks source link

[BUG] Cannot import BioSimSpace after installation of biosimspace 2023.1.2 using mamba #421

Closed cespos closed 1 year ago

cespos commented 1 year ago

Describe the bug Hi,

I tried to install BioSimSpace 2023.1.2 following the instructions reported in the biosimspace.openbiosim page:

mamba create -n openbiosim "python<3.10"
mamba install -n openbiosim -c openbiosim biosimspace

The installation completed successfully. However when I tried to import BSS in python I got the following error: image

To Reproduce See above

Expected behavior No error when importing BSS

Input files None

(please complete the following information):

lohedges commented 1 year ago

Please can use the development label, i.e. -c openbiosim/label/dev. The new convert functionality uses some functionality from Sire that isn't yet in a release. This will be fixed when the next version comes out, which should be soon.

lohedges commented 1 year ago

This is now reported here.

cespos commented 1 year ago

It works now, thanks!