- This topic has 4 replies, 3 voices, and was last updated 10 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › exception error when reserving resources for a slice
the last couple of days when I try to reserve resources for a slice I get the following error
Exception: unconverted data remains: +0000
Hi Nirmala,
Which JH container are you using? This error typically happens due to a version mismatch for Fablib. Please see below:
Fablib – if you are still using Release 1.5, please update fablib using the command:
pip install fabrictestbed-extensions==1.5.6
Also, if you face issues running notebooks on JH, please ensure there are no entries for fabrictestbed-extensions
in fabric_config/requirements.txt
. If you have any entries there, Please remove them and restart your JH container.
Thanks,
Komal
Hello Nirmala,
Komal’s reply to your question may not have made it to your inbox as we (admin team) were updating the mailer component of this forum while she replied to you. Hopefully, this repost will make it to you.
Hi Nirmala,
Which JH container are you using? This error typically happens due to a version mismatch for Fablib. Please see below:
Fablib – if you are still using Release 1.5, please update fablib using the command:
pip install fabrictestbed-extensions==1.5.6
Also, if you face issues running notebooks on JH, please ensure there are no entries for
fabrictestbed-extensions
infabric_config/requirements.txt
. If you have any entries there, Please remove them and restart your JH container.Thanks,
Komal
Hello
I used the configure.ipynb from jupyter-examples-rel1.6.0.
the requirements .txt shows
fabrictestbed-extensions==1.6.0 python-dotenv ipython==8.12.0 fabrictestbed-mflib>=1.0.4 pip install uses this requirements file. The version before this shows 1.5.4.
Yes either of the following should work.
Spring 2024 container –fabrictestbed-extensions==1.6.0
or
Fall 2023 container – fabrictestbed-extensions==1.5.6
Thanks,
Komal