-
Notifications
You must be signed in to change notification settings - Fork 12
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
make this repo pip installable #24
Comments
@rhyolight do you remember who made the |
@breznak I don't know but maybe Scott, but don't bother him please, he's pretty busy. This should be a trivial task for any experienced python programmer. If you can't find anyone, maybe I could do it next week. |
@breznak I'm not sure what the point would be to lock this repo into a pip install-able state, as opposed to git cloning it. In the future I can imagine changes, such as custom encoders, could be moved from here into the main nupic/nupic.core repository. But until then fail to see why this repo requires packaging? |
@rcrowder uhm..I haven't been very descriptive in the issue, I definitely don't mean to include the experiments. Just the |
@rcrowder @passiweinberger Hope you guys are OK with that? Also, if you want, it would be nice if you could add requirements of your experiments to |
Check! 🚀🤓 I'll sit on it tmw! --Pascal Best, Pascal Weinberger Co-Founder & CTO BE THE CHANGE YOU WANT TO SEE IN THE WORLD ... PLEASE NOTE: This email and any file transmitted are strictly confidential and/or legally privileged and intended only for the person(s) directly addressed. If you are not the intended recipient, any use, copying, transmission, distribution, or other forms of dissemination is strictly prohibited. If you have received this email in error, please notify the sender immediately and permanently delete the email and files, if any.
|
True, that would be best imho 👍 Also, when you are at checking your experiment, please take a look at #26 if you could find a use for it |
Reopening as #26 is not working with this!
|
@rhyolight I'm stuck here with |
@breznak I'll take a look at the setup.py stuff in a bit... |
👍 cool Matt, thanks a lot!
|
@breznak So it didn't work? |
Nope 😞 I've added validation instructions in the Issue description:
What I can do is PS: I'm not sure if the CC @rhyolight |
I thought he problem was with scipy. When I ran Matt Taylor On Fri, May 13, 2016 at 9:28 AM, breznak [email protected] wrote:
|
@breznak I tried last weekend to get this as a submodule of nupic. But couldn't get it work. I'll have another look this weekend. |
@rcrowder did you have any luck? I'll give it a try too. |
@breznak I'm having another look now. It takes a while to reconfigure my system to cope with nupci forcing older package install (e.g. numpy==1.9.2), but you're last merge here looks like it has gone a long way towards getting it to work. |
so it can be conveniently used along nupic.
It should be possible to install with:
python setup.py install
which will install content of
nupic/audio/
and make it accessible from anywhere with:python -c 'from nupic.audio.encoders.wave import WAVEncoder'
The text was updated successfully, but these errors were encountered: