- This topic has 3 replies, 3 voices, and was last updated 3 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › API versions
When I tried to run Hello Fabric from my computer, I found that I got a newer version of API then what is preinstalled in your notebook. Is there a web page describing different releases, changes, etc?
Those notes will eventually be here: https://learn.fabric-testbed.net/article-categories/release-notes/
If you want to install the API that is currently in the jupyter hub you can do this with the following command:
pip install fabrictestbed==1.0.3
Just tried that:
(fabric) C:\Users\ilija>pip install fabrictestbed==1.0.3
ERROR: Could not find a version that satisfies the requirement fabrictestbed==1.0.3 (from versions: 0.1, 0.2, 0.3
, 0.9, 0.10, 1.0b12, 1.0b13, 1.0b14, 1.0b15, 1.0rc1, 1.0rc2, 1.0)
ERROR: No matching distribution found for fabrictestbed==1.0.3
We suggest using virtual environments and make sure you have Python 3 (output truncated below):
$ mkvirtualenv testfabric
created virtual environment CPython3.9.2.final.0-64 in 437ms
$ pip install fabrictestbed==1.0.3
Collecting fabrictestbed==1.0.3
Downloading fabrictestbed-1.0.3-py3-none-any.whl (16 kB)
Collecting fabric-orchestrator-client==1.0.3
Downloading fabric_orchestrator_client-1.0.3-py3-none-any.whl (42 kB)
|████████████████████████████████| 42 kB 1.6 MB/s