Closed 0todd0000 closed 5 months ago
I need more info on machine, version, what version of XCode, etc. Also it looks like you are mixing anaconda with base python on the mac. You cannot mix environments and probably have anaconda somewhere on your path.
Thank you very much for your prompt reply! Easy part first: versions:
Second: your question actually helped me to solve the problem! I had attempted to isolate the environment using venv, but I see now that Anaconda snuck some paths into my .zprofile, and these were polluting the venv paths. I removed those Anaconda paths from my .zprofile and consequently the venv and this has solved my problem. I can now install fdasrsf via pip using the versions above.
Thank you!!
Hello Dr. Tucker, I have successfully installed fdasrsf using
pip
on one Windows and one Mac machine usingmkl-devel
as I mentioned in Issue 47 . However, I am receiving installation errors on a different Mac and I cannot solve this installation problem so am writing to request help. Here are the details:Versions:
The first error I encounter occurs because MKL and other libraries can't be found:
I can solve this problem by installing MKL:
pip install mkl
However, another error occurs when compiling
DynamicProgrammingQ2.c
because various header files cannot be found:I can solve this problem by setting the SDK as described here
but then a third error is generated that I cannot solve:
To check in more detail can I please request specific versions of the requirements, including the Python version?