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

error: [Errno 2] No such file or directory #14

Closed
gsygsy96 opened this issue Apr 12, 2019 · 4 comments
Closed

error: [Errno 2] No such file or directory #14

gsygsy96 opened this issue Apr 12, 2019 · 4 comments

Comments

@gsygsy96
Copy link

Building wheels for collected packages: dirt
Building wheel for dirt (setup.py) ... error
Complete output from command /home/guan/miniconda2/envs/coma/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-req-build-nJ6gXa/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/pip-wheel-3YiLIf --python-tag cp27:
running bdist_wheel
running build
error: [Errno 2] No such file or directory

@gsygsy96
Copy link
Author

This error occurs when I run 'pip install '. Anyone can help me?

@pmh47
Copy link
Owner

pmh47 commented Apr 12, 2019

Try installing in development mode, i.e. clone the DIRT repository, activate your conda environment, and invoke cmake directly, as described in the README:

cd dirt
mkdir build ; cd build
cmake ../csrc
make
cd ..
pip install -e .

@gsygsy96
Copy link
Author

gsygsy96 commented Apr 13, 2019

Thanks for your reply! I found this is due to I didn't install cmake. However, after I install cmake and mesa, some strange error happened angin.

1 error detected in the compilation of "/tmp/tmpxft_00006595_00000000-6_rasterise_egl.cpp1.ii".
CMakeFiles/rasterise.dir/build.make:75: recipe for target 'CMakeFiles/rasterise.dir/rasterise_egl.cu.o' failed
make[2]: *** [CMakeFiles/rasterise.dir/rasterise_egl.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error detected in the compilation of "/tmp/tmpxft_00006599_00000000-6_rasterise_grad_egl.cpp1.ii".
CMakeFiles/rasterise.dir/build.make:101: recipe for target 'CMakeFiles/rasterise.dir/rasterise_grad_egl.cu.o' failed
make[2]: *** [CMakeFiles/rasterise.dir/rasterise_grad_egl.cu.o] Error 1
CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/rasterise.dir/all' failed
make[1]: *** [CMakeFiles/rasterise.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-req-build-ToIegs/setup.py", line 46, in
'Programming Language :: Python :: 2.7',
File "/home/guan/miniconda2/envs/coma/lib/python2.7/site-packages/setuptools/init.py", line 145, in setup
return distutils.core.setup(**attrs)
File "/home/guan/miniconda2/envs/coma/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/home/guan/miniconda2/envs/coma/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/home/guan/miniconda2/envs/coma/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/home/guan/miniconda2/envs/coma/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 192, in run
self.run_command('build')
File "/home/guan/miniconda2/envs/coma/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/home/guan/miniconda2/envs/coma/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/tmp/pip-req-build-ToIegs/setup.py", line 24, in run
build_csrc()
File "/tmp/pip-req-build-ToIegs/setup.py", line 20, in build_csrc
subprocess.check_call(['make', '-j{}'.format(build_cpus)], cwd=build_path)
File "/home/guan/miniconda2/envs/coma/lib/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-j4']' returned non-zero exit status 2

@gsygsy96
Copy link
Author

OKay... Solved. The reason is my tensorflow version is 1.13
I write some experiments here. May it help others.
Dependcy: cmake, opengl, tensorflow=1.4.

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

2 participants