- This topic has 4 replies, 3 voices, and was last updated 1 year, 3 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 › Mostly-zeros sites list
My output for fablib.list_sites()
looks like:
How do I fix this? I’ve tried on the various Jupyter notebook servers and run into the same error.
Have you tried adding the force_refresh parameter?
fablib.list_sites(force_refresh=True)
That gives me this error:
`
—————————————————————————
TypeError Traceback (most recent call last)
Cell In[6], line 54
51 prompt_to_destroy_all_slices()
53 fablib.show_config()
—> 54 output = fablib.list_sites(force_refresh=True)
56 None
TypeError: list_sites() got an unexpected keyword argument ‘force_refresh’
<code></code>`
I’m using the Fall 2023 server (the default).
Usually this error comes up because older version of fabrictestbed-extensions is loaded.
Can you check the file fabric_config/requirements.txt?
If there are any entries for “fabrictestbed-extensions”, try to remove them save the file and then restart the jupyter server.
Also be cognizant of which container type you are starting – we now offer several. For experimenters the ‘bleeding edge’ is worth trying as it should have all the latest released versions