-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mcsolver使用问题 #21
Comments
今天又试了一遍,还是不行,我估计是用pip install mcsolver安装的是windows版本的,今天用官网推荐的python setup.py installa安装了,但import mcsolver的时候就报错了 In [1]: import mcsolverFileNotFoundError Traceback (most recent call last) File ~/bin/mcsolver/mcsolver/init.py:6, in FileNotFoundError: [Errno 2] No such file or directory: '/home/chris/bin/mcsolver/mcsolver/lib' |
您可能得离开安装文件夹,然后再import mcsolver |
谢谢老师,已经可以正常import mcsolver (base) [chris@node05 ~]$ pip show mcsolver |
作者您好!
我在我们课题组服务器的CentOS Linux release 7.9.2009系统上使用anaconda环境用pip show mcsolver安装mcsolver后算官网给的例题算了5个多小时都没出数据,请问是我安装的mcsolver版本与例题对应的版本不相符还是我系统的问题?
例题网站
https://github.com/golddoushi/mcsolver/tree/master/samples
版本信息
(base) [chris@node05 sim_XY]$ pip show mcsolver
Name: mcsolver
Version: 2.3.0
Summary: A user friendly program to do Monte Carlo sims for magnetic systems
Home-page: https://github.com/golddoushi/mcsolver
Author: Liang Liu
Author-email: [email protected]
License: UNKNOWN
Location: /home/chris/anaconda3/lib/python3.9/site-packages
Requires:
Required-by:
The text was updated successfully, but these errors were encountered: