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

Adding numpy for python 3 #9

Open
wmszeliga opened this issue Jul 5, 2018 · 0 comments
Open

Adding numpy for python 3 #9

wmszeliga opened this issue Jul 5, 2018 · 0 comments

Comments

@wmszeliga
Copy link

wmszeliga commented Jul 5, 2018

In trying to recompile the python roll with numpy for python3.6 I've run into some problems. First, it seems as though I need setuptools for python3.6. There is a comment in commit 2898be8 that suggests that setuptools is included in python3.6. This doesn't seem to be the case (or I'm being silly).

I attempted to remedy this by also adding setuptools-3 to the python build, but that leads to a naming clash (for easy_install among other things) when running bootstrap.sh in the python build. Any ideas on how to move forward?

Incidentally, the commit 2cffe94 also states that pip is part of python3.6. It seems that this version of pip must be getting clobbered on a fresh Rocks 7 install since I don't see a /opt/python/bin/pip-3.6 and /opt/python/bin/pip is for python version 2.7.

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

1 participant