Open Source Development

 View Only
  • 1.  IBM Champions Webinar Discussion Sept 21, 2022 - Lets keep the conversation going!

    Posted Tue September 20, 2022 05:19 PM
    Edited by Linda Alkire Tue September 20, 2022 05:53 PM
    We value your feedback and insight - please drop your questions, ideas, and feedback about the PDeX community!

    ------------------------------
    Linda Alkire
    IBM
    Minneapolis MN
    ------------------------------


  • 2.  RE: IBM Champions Webinar Discussion Sept 21, 2022 - Lets keep the conversation going!

    Posted Wed September 21, 2022 11:13 AM
    For IBM i based free access, we can simply offer our well known PUB400.COM system :-)

    ------------------------------
    Holger Scherer
    ------------------------------



  • 3.  RE: IBM Champions Webinar Discussion Sept 21, 2022 - Lets keep the conversation going!

    Posted Wed September 21, 2022 12:15 PM
    Thanks Holger - can you also share this in the IBM i community? I think they'd really be interested in this, if they don't know about it already!!! https://community.ibm.com/community/user/power/communities/community-home?CommunityKey=f0246bc4-08f3-43c5-a7f8-b6a64d387894

    ------------------------------
    Linda Alkire
    IBM
    Minneapolis MN
    ------------------------------



  • 4.  RE: IBM Champions Webinar Discussion Sept 21, 2022 - Lets keep the conversation going!

    Posted Thu September 22, 2022 01:37 PM
    Someone on the call asked about qiskit; I had one of my people take a look (thanks Amir!).  Here's what he found that works on Power, although he didn't do any testing to see if it all works:

    I was able to successfully install qiskit on Power using the following steps:
    Install the latest anaconda for power:
    Add conda to the path:
    $ export PATH=$PATH:/{home}/anaconda3/bin
    install scipy
    $ conda install scipy
    install qiskit
    $ pip install qiskit


    ------------------------------
    Gerrit
    ------------------------------