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

Installation problems #49

Closed
totovr opened this issue Mar 14, 2018 · 4 comments
Closed

Installation problems #49

totovr opened this issue Mar 14, 2018 · 4 comments

Comments

@totovr
Copy link

totovr commented Mar 14, 2018

When I tried to install the setup.py file I got the next output:

UserWarning: Normalizing '0.1.3-dev' to '0.1.3.dev0'
  normalized_version,
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: setup.py --help [cmd1 cmd2 ...]
   or: setup.py --help-commands
   or: setup.py cmd --help

error: no commands supplied

SO Ubuntu 16.04, Python version Python 3.6.3 :: Anaconda custom (64-bit)

@r9y9
Copy link
Owner

r9y9 commented Mar 19, 2018

Please read the installation guide: http://r9y9.github.io/pylibfreenect2/latest/installation.html

@maderafunk
Copy link
Contributor

There is something wrong in the newest update regarding OpenCLKdePacketPipeline, I cannot install the newest master.

pylibfreenect2/libfreenect2.cpp:1341:17: error: ‘OpenCLKdePacketPipeline’ in namespace ‘libfreenect2’ does not name a type
   libfreenect2::OpenCLKdePacketPipeline *pipeline;
                 ^
pylibfreenect2/libfreenect2.cpp: In function ‘int __pyx_pf_14pylibfreenect2_12libfreenect2_23OpenCLKdePacketPipeline___cinit__(__pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline*, int)’:
pylibfreenect2/libfreenect2.cpp:11740:17: error: ‘struct __pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline’ has no member named ‘pipeline’
   __pyx_v_self->pipeline = new libfreenect2::OpenCLKdePacketPipeline(__pyx_v_de
                 ^
pylibfreenect2/libfreenect2.cpp:11740:32: error: expected type-specifier
   __pyx_v_self->pipeline = new libfreenect2::OpenCLKdePacketPipeline(__pyx_v_de
                                ^
pylibfreenect2/libfreenect2.cpp:11749:96: error: ‘struct __pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline’ has no member named ‘pipeline’
 .pipeline_ptr_alias = ((libfreenect2::PacketPipeline *)__pyx_v_self->pipeline);
                                                                      ^
pylibfreenect2/libfreenect2.cpp: In function ‘void __pyx_pf_14pylibfreenect2_12libfreenect2_23OpenCLKdePacketPipeline_2__dealloc__(__pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline*)’:
pylibfreenect2/libfreenect2.cpp:11814:33: error: ‘struct __pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline’ has no member named ‘pipeline’
     __pyx_t_1 = ((__pyx_v_self->pipeline != NULL) != 0);
                                 ^
pylibfreenect2/libfreenect2.cpp:11822:28: error: ‘struct __pyx_obj_14pylibfreenect2_12libfreenect2_OpenCLKdePacketPipeline’ has no member named ‘pipeline’
       delete __pyx_v_self->pipeline;
                            ^
error: command 'gcc' failed with exit status 1

@r9y9
Copy link
Owner

r9y9 commented May 28, 2018

Oh sorry, I reverted the change 78b8748. Should be working now..

@r9y9
Copy link
Owner

r9y9 commented May 29, 2018

I'm closing this issue. Feel free to reopen or create a new issue if you have further problems.

@r9y9 r9y9 closed this as completed May 29, 2018
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