Gurobi/fr: Difference between revisions

Jump to navigation Jump to search
2 bytes removed ,  3 months ago
no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 151: Line 151:
Installez les paquets que nous voulons utiliser, ici <code>pandas</code>. Par exemple
Installez les paquets que nous voulons utiliser, ici <code>pandas</code>. Par exemple


<div class="mw-translate-fuzzy">
{{Commands|prompt=(env_gurobi) [name@server ~] $
{{Commands|prompt=(env_gurobi) [name@server ~] $
|  pip install --no-index  pandas
|  pip install --no-index  pandas
  Ignoring pip: markers 'python_version < "3"' don't match your environment
  Looking in links:
  /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/avx2
  /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/nix/generic
  /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic
  Collecting pandas,
  Collecting numpy>1.13.3 (from pandas)
  [...]
  Successfully installed numpy-1.18.4 pandas-1.0.3 python-dateutil-2.8.1 pytz-2020.1 six-1.15.0
}}
}}
La troisième et dernière étape est d'installer gurobipy dans l'environnement&nbsp;:
Installez maintenant gurobipy dans l'environnement. À partir de StdEnv/2023, il n'est plus possible de l'installer dans $EBROOTGUROBI avec la commande <code>python setup.py build --build-base /tmp/${USER} install</code>, ce qui causerait une erreur fatale et le message <code>error: could not create 'gurobipy.egg-info': Read-only file system</code>. Copiez les fichiers ailleurs  (par exemple dans /tmp/$USER) où l'installation sera faite, comme ci-dessous&nbsp;:
</div>
 
Instead the required files need to copied to elsewhere (such as /tmp/$USER) and installed from there, for example:


{{Commands|prompt=(env_gurobi) [name@server ~] $
{{Commands|prompt=(env_gurobi) [name@server ~] $
rsnt_translations
56,430

edits

Navigation menu