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

caffe python bindings #8749

Closed
Lassulus opened this issue Jul 11, 2015 · 8 comments
Closed

caffe python bindings #8749

Lassulus opened this issue Jul 11, 2015 · 8 comments

Comments

@Lassulus
Copy link
Member

the (new) caffe package, added in #8644 misses the python bindings.

>>> import caffe
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named caffe

Because I really don't know how the python stuff works, I would be very delighted if someone else could add them.

@jb55
Copy link
Contributor

jb55 commented Jul 11, 2015

yeah I wasn't sure how to package the included python stuff, I imagine it would have to be a separate package?

@vcunat vcunat added the 0.kind: enhancement Add something new label Jul 20, 2015
@jb55
Copy link
Contributor

jb55 commented Oct 15, 2015

@domenkozar not sure if you're the right one to ask, does it make sense to use the multiple outputs feature to have caffe provide python libs here?

@vcunat vcunat closed this as completed in 492ccdd Oct 29, 2015
@puffnfresh
Copy link
Member

@vcunat was this the right issue to close?

@vcunat vcunat reopened this Oct 29, 2015
@vcunat
Copy link
Member

vcunat commented Oct 29, 2015

Thanks, I've made a typo.

domenkozar pushed a commit that referenced this issue Nov 5, 2015
Close #10444, fixes #8749.
For some reason it's more involved than just setting gyp configuration,
we also have to set some definitions in widevine_cdm_version.h according
to the comments left in the file. Arch Linux does this already and so we
should probably just use the patch they created while getting Netflix to
work:

https://code.google.com/p/chromium/issues/detail?id=429452#c16
(cherry picked from commit 492ccdd)
Signed-off-by: Domen Kožar <domen@dev.si>
kamilchm pushed a commit to kamilchm/nixpkgs that referenced this issue Nov 12, 2015
Close NixOS#10444, fixes NixOS#8749.
For some reason it's more involved than just setting gyp configuration,
we also have to set some definitions in widevine_cdm_version.h according
to the comments left in the file. Arch Linux does this already and so we
should probably just use the patch they created while getting Netflix to
work:

https://code.google.com/p/chromium/issues/detail?id=429452#c16
@sorpaas
Copy link
Member

sorpaas commented Feb 4, 2016

+1

@Profpatsch
Copy link
Member

triage: fixed?

@Lassulus
Copy link
Member Author

although there is pythonPackages.caffe, I doesn't export the caffe library (I can't import caffe inside a python shell)

@FRidh
Copy link
Member

FRidh commented Feb 17, 2019

I hate cmake. Fixed with 4b2336e

@FRidh FRidh closed this as completed Feb 17, 2019
FRidh added a commit that referenced this issue Feb 17, 2019
adrianpk added a commit to adrianpk/nixpkgs that referenced this issue May 31, 2024
Close NixOS#10444, fixes NixOS#8749.
For some reason it's more involved than just setting gyp configuration,
we also have to set some definitions in widevine_cdm_version.h according
to the comments left in the file. Arch Linux does this already and so we
should probably just use the patch they created while getting Netflix to
work:

https://code.google.com/p/chromium/issues/detail?id=429452#c16
(cherry picked from commit 492ccdd)
Signed-off-by: Domen Kožar <domen@dev.si>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants