Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running setup.py install for scipy ... error #35

Open
zchox opened this issue Jul 22, 2017 · 5 comments
Open

running setup.py install for scipy ... error #35

zchox opened this issue Jul 22, 2017 · 5 comments

Comments

@zchox
Copy link

zchox commented Jul 22, 2017

I am using macOS Sierra 10.12.6 ,Python 3.6.2

install python through https://www.python.org/downloads/.
use "sodu python3 bootstrap.py" to start.

until...

Running setup.py install for django-pytest ... done
Running setup.py install for pytz ... done
Running setup.py install for numpy ... done
Running setup.py install for scipy ... error
Complete output from command /Users/zhangchen/openeis-master/env/bin/python3 -u -c "import setuptools, tokenize;file='/private/tmp/pip-build-ug95atul/scipy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" -q install --record /tmp/pip-0x33h8ax-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/zhangchen/openeis-master/env/include/site/python3.6/scipy:

Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:

  - `pip install .`       (from a git repo or downloaded source
                           release)
  - `pip install scipy`   (last SciPy release on PyPI)

.
.
.

any reason , anyone has any idea how to do ?

@hlngo
Copy link
Contributor

hlngo commented Jul 23, 2017

OpenEIS works with Python 3.3 or 3.4.

@stinsong4100
Copy link

Is this specified anywhere in the user documentation?

@hlngo
Copy link
Contributor

hlngo commented Nov 22, 2017

Unfortunately, no! But if you look at the Readme or Install file, there is a short statement mentioning it.

@stinsong4100
Copy link

Cool. Are there plans to update openeis past django 1.6? Current django is 1.11.

There are security concerns with the django 1.6:
https://www.cvedetails.com/vulnerability-list/vendor_id-10199/product_id-18211/version_id-152115/Djangoproject-Django-1.6.html

@hlngo
Copy link
Contributor

hlngo commented Dec 18, 2017

@stinsong4100 We don't have any plan like that at the moment. Right now, we are trying to make OpenEIS more user friendly. 2 highest priorities are making data mapping easier and improve the charting performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants