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

Issue with install / load #15

Open
caseybasichis opened this issue May 3, 2021 · 5 comments
Open

Issue with install / load #15

caseybasichis opened this issue May 3, 2021 · 5 comments

Comments

@caseybasichis
Copy link

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
Copy link
Owner

cheind commented May 3, 2021

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
Copy link
Author

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

@cheind
Copy link
Owner

cheind commented May 7, 2021

did it fix your issues?

@caseybasichis
Copy link
Author

Oof, no... The saga of getting the nightly build going continues here:
pytorch/pytorch#56034

No idea why its not working.

@cheind
Copy link
Owner

cheind commented May 15, 2021

ok, thanks for the update.

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