| 30 | |
| 31 | |
| 32 | == Another problem with compilation of XIOS related to perl == |
| 33 | |
| 34 | If the compilation of XIOS fails and you have following error message in the out_compilation file: |
| 35 | Ca semble venir de perl, je pensais à un problème de version de perl ? Peut être hérité de son environnement Python (conda) : |
| 36 | {{{ |
| 37 | Fcm::Exception: Fcm::CLI::Invoker::ConfigSystem: class loading failed: Can't locate URI.pm in @INC (you may need to install the URI module) (@INC contains: /../../modipsl/modeles/XIOS/tools/FCM_OLD/bin/../lib /home/.../.conda/envs/myenv/lib/perl5/5.32/site_perl /home/.../.conda/envs/myenv/lib/perl5/site_per |
| 38 | }}} |
| 39 | |
| 40 | This is an incomatibilty your conda environmenent. You can try folllowing: |
| 41 | {{{ |
| 42 | mv ~/.conda ~/.conda-SAV |
| 43 | }}} |
| 44 | |
| 45 | |
| 46 | |