hi,
Long-story short, after I realized I was missing out some functionalities, I decided to upgrade my compas to version 0.15.5 (previously, I had 0.14). Then there was a longer story (a vicious cycle actually) that if I installed the latest version of compas I could not run numpy (error #1) and if I installed numpy version 1.18 and scipy first then I could not install the latest version of compas (error#2) due to incompatibilities. I have been following the installation guidelines provided here.
I have to add that due to these problems I have uninstalled and reinstalled Anaconda and miniconda already 3 times (now working with anaconda).
I would appreciate any tip on how to fix this issue.
error #1
Blockquote
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
Importing the numpy c-extensions failed.
-
Try uninstalling and reinstalling numpy.
-
If you have already done that, then:
- Check that you expected to use Python3.7 from “C:\Users\pnourian\Anaconda3\envs\genesis\python.exe”,
and that you have no directories in your PATH or PYTHONPATH that can
interfere with the Python and numpy version “1.18.1” you’re trying to use. - If (1) looks fine, you can open a new issue at
Issues · numpy/numpy · GitHub. Please include details on:- how you installed Python
- how you installed numpy
- your operating system
- whether or not you have multiple versions of Python installed
- if you built from source, your compiler versions and ideally a build log
- Check that you expected to use Python3.7 from “C:\Users\pnourian\Anaconda3\envs\genesis\python.exe”,
-
If you’re working with a numpy git repository, try
git clean -xdf
(removes all files not under version control) and rebuild numpy.
Note: this error has many possible causes, so please don’t comment on
an existing issue about this - open a new one instead.
Original error was: DLL load failed: The specified module could not be found.
Blockquote
error#2:
Blockquote
active environment : genesis
active env location : C:\Users\pnourian\Anaconda3\envs\genesis
shell level : 2
user config file : C:\Users\pnourian.condarc
populated config files : C:\Users\pnourian.condarc
conda version : 4.8.2
conda-build version : 3.18.11
python version : 3.7.6.final.0
virtual packages : __cuda=10.0
base environment : C:\Users\pnourian\Anaconda3 (writable)
channel URLs : main/win-64
main/noarch
r/win-64
r/noarch
msys2/win-64
msys2/noarch
conda-forge/win-64
conda-forge/noarch
package cache : C:\Users\pnourian\Anaconda3\pkgs
C:\Users\pnourian.conda\pkgs
C:\Users\pnourian\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\pnourian\Anaconda3\envs
C:\Users\pnourian.conda\envs
C:\Users\pnourian\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/4.8.2 requests/2.22.0 CPython/3.7.6 Windows/10 Windows/10.0.17763
administrator : False
netrc file : None
offline mode : False
An unexpected error has occurred. Conda has prepared the above report.
If submitted, this report will be used by core maintainers to improve
future releases of conda.
Would you like conda to send this report to the core maintainers?
Blockquote