Skip to content
Discussion options

You must be logged in to vote

I was able to install openpnm on my machine. Just to make sure you can do the same, do the followings:

  1. Create a fresh virtual environment (called test) so if you have any broken dependencies, it's not going to affect your installation
conda create -n test python=3.8
  1. Activate the test environment
conda activate test
  1. Install openpnm
conda install openpnm
  1. Test your installation
python -c "import openpnm"

If you were able to run the last step with no errors, chances are that there might be something wrong with your scipy installation in your default conda environment. One fix could be to update all packages (before, make sure to activate your base environment, since we're currentl…

Replies: 7 comments 8 replies

Comment options

You must be logged in to vote
6 replies
@ma-sadeghi
Comment options

@vtextremelab
Comment options

@loaa4
Comment options

@Mat10G
Comment options

@Mat10G
Comment options

Answer selected by ma-sadeghi
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jgostick
Comment options

Comment options

You must be logged in to vote
1 reply
@jgostick
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants
Converted from issue

This discussion was converted from issue #2181 on November 22, 2021 00:17.