1. API versions

API versions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1002
    Ilija Vukotic
    Participant

      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?

      #1009
      Paul Ruth
      Keymaster

        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

        #1033
        Ilija Vukotic
        Participant

          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

          #1144
          Ilya Baldin
          Participant

            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

             

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.
          FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

          KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)
          FABRIC invites nominations for four awards recognizing innovative uses of FABRIC resources—Best Published Paper, Best FABRIC Matrix, Best FABRIC Experiment, and Best Classroom Use of FABRIC — submissions due by **Monday, February 24 at 11:59 PM ET**, and winners announced at KNIT10. [>>>Submit Form](https://docs.google.com/forms/d/e/1FAIpQLSeTp3i2iDhB7bHgN8ryMxZci8ya87yjeQd7_JMZImUodNinVA/viewform)

          KNIT10 Call for Demos Now Open! Submit your demo by **February 24**. [>>>Submit Demo](https://docs.google.com/forms/d/e/1FAIpQLScRIWqHliNP3DFWBCnalYN_fBXJXVM0PpP9YWWJdSebC95TvA/viewform)