cheind / pytorch-blender

:sweat_drops: Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
MIT License
559 stars 44 forks source link

Issue with install / load #15

Open caseybasichis opened 3 years ago

caseybasichis commented 3 years ago

Everything seemed to install ok, but when trying to test in python3 the module is missing. Any ideas?

pip3 list -l
Package           Version  Location
----------------- -------- --------------------------------------------------------
blendtorch-btb    0.4.0    /home/me/Prog/gfx/pytorch-blender/pkg_blender
blendtorch-btt    0.4.0    /home/me/Prog/gfx/pytorch-blender/pkg_pytorch
cycler            0.10.0
kiwisolver        1.3.1
matplotlib        3.4.1
minexr            1.0.1
numpy             1.20.2
Pillow            8.2.0
pip               21.1.1
PyOpenGL          3.1.5
pyparsing         2.4.7
python-dateutil   2.8.1
pyzmq             22.0.3
setuptools        49.2.1
six               1.15.0
supershape        1.1.1
torch             1.8.1
typing-extensions 3.10.0.0
me@cuddles:~/Prog/gfx/pytorch-blender$ python3
Python 3.6.9 (default, Nov  7 2019, 10:44:02) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import blendtorch.btt as btt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'blendtorch'
cheind commented 3 years ago

Hey, that's somewhat strange. I haven't tested on python 3.6 to be honest. Would you mind creating a virtual env with 3.7/3.8 and retry?

caseybasichis commented 3 years ago

Reinstalled latest Linux Mint and working on getting Torch going... Should be able to test pytorch-blender tonight or tomorrow.

cheind commented 3 years ago

did it fix your issues?

caseybasichis commented 3 years ago

Oof, no... The saga of getting the nightly build going continues here: https://github.com/pytorch/pytorch/issues/56034

No idea why its not working.

cheind commented 3 years ago

ok, thanks for the update.