-
Notifications
You must be signed in to change notification settings - Fork 22
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
No module named 'BasicTools' #16
Comments
Hi, basictools is a new dependency for pymicro. you can install it using conda: Regrads |
I don’t have anaconda, do you how I can install this package on Ubuntu? Thank you, kind author
发自我的iPhone
…------------------ Original ------------------
From: Henry Proudhon ***@***.***>
Date: Wed,Aug 11,2021 5:07 PM
To: heprom/pymicro ***@***.***>
Cc: zs1996sjtu ***@***.***>, Author ***@***.***>
Subject: Re: [heprom/pymicro] No module named 'BasicTools' (#16)
Hi,
basictools is a new dependency for pymicro. you can install it using conda:
conda install -c conda-forge basictools
Regrads
Henry
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Hi, |
basictools is problematic to install on windows, we are working on this with @basileMarchand and will provide a solution soon. |
Hello @inandi2, a new version of pymicro has been released. It can be installed via pip and uses a fork of BasicTools that installs correctly on Windows. To install the new version of pymicro and its dependencies, simply run Please confirm that it works well for you. |
I'm closing this issue after commit #26 |
After I download the pymicro and set PYTHONPATH, I simply run an example of field_ipf.py, and the error occurs: File "../pymicro/pymicro/core/samples.py",line 23, in from BasicTools.Containers.ConstantRectilinearMesh import (
ModuleNotFoundError: No module named ‘BasicTools'
The text was updated successfully, but these errors were encountered: