-
Notifications
You must be signed in to change notification settings - Fork 81
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
test installation under MS-Windows #497
Comments
In an Anaconda PowerShell Prompt (Miniconda3), with conda version 4.8.5, Python version 3.8.3.final.0: conda deactivate
conda create -n skfem-msw python
conda activate skfem-msw
pip install scikit-fem This brings in scikit-fem 2.2.1, meshio 4.3.0, numpy 1.19.2, scipy 1.5.2 git clone [email protected]:kinnala/scikit-fem
python scikit-fem\docs\examples\ex01.py This raises pip install matplotlib
python scikit-fem\docs\examples\ex01.py
mspaint .\scikit-fem\docs\examples\ex01_solution.png Looks good. |
conda install pytest-xdist
pytest -n auto .\scikit-fem\tests\ Results:
|
Let's try that again. pip install pacopy==0.1.2 pygmsh<7
pytest -n auto .\scikit-fem\tests\ This time:
|
One more: pip install pyamg
pytest -n auto .\scikit-fem\tests\ which gives
|
That |
pip install gmsh
python .\scikit-fem\docs\examples\ex32.py No good, still |
Summary:
|
There have been some infrastructural changes recently, so it was thought to be a good idea to check that installation remains as smooth as it has been under MS-Windows. I'll do this and report back.
The text was updated successfully, but these errors were encountered: