Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

unable to install py-earth #202

Closed
Freakwill opened this issue Sep 12, 2019 · 1 comment
Closed

unable to install py-earth #202

Freakwill opened this issue Sep 12, 2019 · 1 comment

Comments

@Freakwill
Copy link

Freakwill commented Sep 12, 2019

Following is the report (partly), the information is beyond my knowledge. I need mars, so I try to install it. But I failed. Give me a hand.

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning:
      "Using deprecated NumPy API, disable it with "          "#define NPY_NO_DEPRECATED_API
      NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it with " \
 ^
pyearth/_util.c:8071:21: error: no member named 'exc_type' in 'struct _ts'
    *type = tstate->exc_type;
            ~~~~~~  ^
pyearth/_util.c:8072:22: error: no member named 'exc_value' in 'struct _ts'; did you mean 'curexc_value'?
    *value = tstate->exc_value;
                     ^~~~~~~~~
@jcrudy
Copy link
Collaborator

jcrudy commented Sep 15, 2019

@Freakwill This is most likely due to incompatibility between Cython (the version used to build the py-earth C code) and Python 3.7. Please see this comment in another issue: #191 (comment)

I will close this issue for now. If the link above turns out not to be applicable, please reopen.

@jcrudy jcrudy closed this as completed Sep 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants