parfait atchadé

  • Gurobi-versary
  • Conversationalist
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 2

アクティビティの概要

parfait atchadéさんの最近のアクティビティ
  • parfait atchadéさんがコメントを作成しました:

    Ereuka!!! Many thanks!!!!  WORKS

  • parfait atchadéさんがコメントを作成しました:

    import os, sysprint(sys.executable) # works this timeprint(sys.version)print(sys.version_info)   You are right, I'm calling another python. Do you know if with one Jupyter we can configure more tha...

  • parfait atchadéさんがコメントを作成しました:

    You are using Jupyter too? this command import sysprint(sys.executable) is not working for me... 

  • parfait atchadéさんがコメントを作成しました:

    Thanks!! Yes!! Done!! sh-3.2# python setup.py install running install running build running build_py creating build creating build/lib creating build/lib/gurobipy copying lib/python2.7/gurobipy/__i...

  • parfait atchadéさんがコメントを作成しました:

    I was on the wrong path...   running install running build running build_py creating build creating build/lib creating build/lib/gurobipy copying lib/python2.7/gurobipy/__init__.py -> build/lib/gur...

  • parfait atchadéさんがコメントを作成しました:

    Many thanks Gwyneth!!! It's amazing...  It seems that I don't have the setup.py file   exec gurobi.sh Last login: Fri May 17 18:51:03 on ttys001 MacBook-Air-BCG:~ parfait$ exec gurobi.sh Python 2.7...

  • parfait atchadéさんが投稿を作成しました:

    no module name 'gurobipy'

    回答済み

    I installed Gurobipy and the license successfully. But I execute my program from Jupiter... The result is: No module named 'gurobipy' as is showed here:   ------------------------------------------...