当前位置:网站首页>解决mpi4py导入报错ImportError: libmpi.so.40: cannot open shared object file: No such file or directory
解决mpi4py导入报错ImportError: libmpi.so.40: cannot open shared object file: No such file or directory
2022-08-10 15:58:00 【strawberry47】
import mpi4py 直接导入不报错from mpi4py import MPI出现报错ImportError: libmpi.so.40: cannot open shared object file: No such file or directory
网上找了好久的方法,试了很多都不行
最后在这里找到了解决办法,在终端下载openmpi就可以了:conda install -c conda-forge openmpi=4.1.2
边栏推荐
- FTXUI基础笔记(botton按钮组件进阶)
- An ABAP tool that can print the browsing history of a user in the system for BSP applications
- cmake tips record
- 面了个腾讯25k+出来的,他让我见识到什么基础的天花板
- Parse the value of uuid using ABAP regular expressions
- Taurus.MVC WebAPI 入门开发教程4:控制器方法及参数定义、获取及基础校验属性【Require】。
- 2022年软考复习笔记一
- 拆分整数为2的幂次项和 → 理解多重背包问题二进制优化的核心思想
- Detailed understanding of all built-in functions (Part 2)
- MySQL batch update and batch update method of different values of multiple records
猜你喜欢
随机推荐
x64汇编代码测试 用户模式和内核模式
“低代码”编程或将是软件开发的未来
为什么中国的数字是四位一进,而西方的是三位一进?
清理空的 Jetpack Compose 应用程序模板
JVM学习——2——内存加载过程(类加载器)
8月Meetup | “数据调度+分析引擎”解锁企业数字化转型之路
全志V853开发板移植基于 LVGL 的 2048 小游戏
虚拟电厂可视化大屏,深挖痛点精准减碳
Mastodon:可创建类似推特的开源社交网络服务器
Cesium快速上手4-Polylines图元使用讲解
FTXUI基础笔记(botton按钮组件进阶)
LeetCode-922. Sort Array By Parity II
【21天学习挑战赛】直接选择排序
力扣+牛客--刷题记录
Please check the preparation guide for the 2022 Huawei Developer Competition
关于“算力”,这篇文章值得一看
Methodology of multi-living in different places
A Sina Weibo semantic sentiment analysis tool developed by ABAP
【Windows】将排除项添加到安全中心以避免exe被系统自动删除
一个 ABAP 工具,能打印系统里某个用户对 BSP 应用的浏览历史记录









