Librairie pyyaml

Bonjour,
je n'arrive plus à importer la librairie yaml depuis python. Ca marchait la semaine dernière.

(base) [mhennion @ clust-slurm-client 10:47]$ RASflow : module load python
(base) [mhennion @ clust-slurm-client 10:47]$ RASflow : python
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 21:52:21) 
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import yaml
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'yaml'

Peut-être un soucis de PATH ?

>>> import sys
>>> print (sys.path)
['', '/shared/software/miniconda/envs/python-3.7/lib/python37.zip', '/shared/software/miniconda/envs/python-3.7/lib/python3.7', '/shared/software/miniconda/envs/python-3.7/lib/python3.7/lib-dynload', '/shared/software/miniconda/envs/python-3.7/lib/python3.7/site-packages']

Merci de votre aide!!

Magali

Ca marche avec un module load snakemake. C'est tout bon!

pyyam a tout de même été installé dans les environnements python/2.7 et python/3.7

Super! merci!