-
Notifications
You must be signed in to change notification settings - Fork 42
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
Build a wheel for Tauthon? #116
Comments
How about "ta28"? |
When I said "ta", I meant "ta[version]". The first wheel I built this way was: |
OK. That looks fine. |
Sadly, at least some of the pip folks are leaning away from adding Tauthon support to pip, and want a PEP 425 change before adding support for Tauthon to pip. I'm not sure I can justify doing the PEP change on-the-clock at my employer - but if someone else has the time, that'd be terrific. |
It sounds like not-quite-this, but something roughly equivalent, is happening: ^_^ |
Solved by both Pip and Tauthon supporting PEP 421 and the creation of this external Virtualenv plugin: https://github.com/stefantalpalaru/virtualenv-tauthon |
I'm attempting to build and install a tauthon, binary, linux wheel for https://github.com/numenta/nupic.core , to be used inside a container, rather than building it inside the (minimalist) container every time the container is initialized.
I came up with a small set of patches to pip and wheel that enable this, but I suspect these changes have already been made to the upstream code and simply hasn't made it to the production releases of pip and wheel yet. Otherwise, how is it that numpy is already available?
Is this the case? I hope there's been no resistance to adding Tauthon support to pip and wheel.
What pep425 tag is Tauthon going with? I arbitrarily used 'ta', but I'm more than open to switching to something else if it's the direction Tauthon is heading.
Thanks!
The text was updated successfully, but these errors were encountered: