You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried installing OpenPNM V2 on my computer. I have anaconda and I tried installing it using the following methods
pip install openpnm
pip install -e "repository"
When I use conda prompt it gives some error with respect to scikit-umfpack package. The last line of the log file is here
"Command "c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\deep1\AppData\Local\Temp\pip-install-jr2g5h8x\scikit-umfpack\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\deep1\AppData\Local\Temp\pip-record-c3c0sjwo\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\deep1\AppData\Local\Temp\pip-install-jr2g5h8x\scikit-umfpack"
However, if I try this from windows command prompt it works. Any suggestions on solving this issue?
The text was updated successfully, but these errors were encountered:
Interesting, you're the 2nd person to contact me in the past few days about this...I wonder if scikit-umfpack has changed their package somehow? I am investigating.
I tried installing OpenPNM V2 on my computer. I have anaconda and I tried installing it using the following methods
When I use conda prompt it gives some error with respect to scikit-umfpack package. The last line of the log file is here
"Command "c:\programdata\anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\deep1\AppData\Local\Temp\pip-install-jr2g5h8x\scikit-umfpack\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\deep1\AppData\Local\Temp\pip-record-c3c0sjwo\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\deep1\AppData\Local\Temp\pip-install-jr2g5h8x\scikit-umfpack"
However, if I try this from windows command prompt it works. Any suggestions on solving this issue?
The text was updated successfully, but these errors were encountered: