zju3dv / pvnet-rendering

render images for pvnet training
Apache License 2.0
183 stars 46 forks source link

transforms3d problem #38

Closed zhuyazhi closed 4 years ago

zhuyazhi commented 4 years ago

您好,我看了#3 然后按照您给的链接https://github.com/pengsida/configuration/blob/master/blender/install_pip.py去安装pip for blender,可是还是没有安装成功transforms3d,您能帮我看看哪里错误吗,感谢! image

root@terminal35f8111b:~# cd ~ /root/Downloads root@terminal35f8111b:~# wget https://bootstrap.pypa.io/get-pip.py --2020-05-12 06:47:07-- https://bootstrap.pypa.io/get-pip.py Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 151.101.108.175, 2a04:4e42:36::175 Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|151.101.108.175|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1868059 (1.8M) [text/x-python] Saving to: 'get-pip.py'

get-pip.py 100%[===================================>] 1.78M 34.5KB/s in 53s

2020-05-12 06:48:01 (34.4 KB/s) - 'get-pip.py' saved [1868059/1868059]

root@terminal35f8111b:~# cd /root/blender-2.79a-linux-glibc219-x86_64/2.79/python/bin

root@terminal35f8111b:~/blender-2.79a-linux-glibc219-x86_64/2.79/python/bin# python3.5m ~/get-pip.py Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Collecting pip Using cached https://mirrors.aliyun.com/pypi/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/pip-20.1-py2.py3-none-any.whl (1.5 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 20.1 Uninstalling pip-20.1: Successfully uninstalled pip-20.1 Successfully installed pip-20.1 root@terminal35f8111b:~/blender-2.79a-linux-glibc219-x86_64/2.79/python/bin# pip install transforms3d Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Requirement already satisfied: transforms3d in /root/anaconda3/lib/python3.8/site-packages (0.3.1)