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

successful installation #1

Open
SlimeVRX opened this issue Jun 14, 2023 · 0 comments
Open

successful installation #1

SlimeVRX opened this issue Jun 14, 2023 · 0 comments

Comments

@SlimeVRX
Copy link

Thanks for your great work!

Very happy to install pytorch3d

image

I will add to make your installation instructions more complete - I have installed many times

Install in order:

cuda toolkit 11.6

conda create -n pytorch-gpu python=3.9
conda activate pytorch-gpu

torch==1.12.0+cu116
torchvision==0.13.0+cu116

conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install jupyter
pip install scikit-image matplotlib imageio plotly opencv-python
pip install black usort flake8 flake8-bugbear flake8-comprehensions

cub==1.16.0
pytorch3d==0.7.0

x64 Native Tools Command Prompt for VS 2019

pip list

Package                  Version
------------------------ ------------------
aiofiles                 22.1.0
aiosqlite                0.18.0
anyio                    3.5.0
argon2-cffi              21.3.0
argon2-cffi-bindings     21.2.0
asttokens                2.0.5
attrs                    22.1.0
Babel                    2.11.0
backcall                 0.2.0
beautifulsoup4           4.12.2
black                    23.3.0
bleach                   4.1.0
brotlipy                 0.7.0
certifi                  2023.5.7
cffi                     1.15.1
charset-normalizer       2.0.4
click                    8.1.3
colorama                 0.4.6
comm                     0.1.2
contourpy                1.1.0
cryptography             39.0.1
cycler                   0.11.0
debugpy                  1.5.1
decorator                5.1.1
defusedxml               0.7.1
entrypoints              0.4
executing                0.8.3
fastjsonschema           2.16.2
flake8                   6.0.0
flake8-bugbear           23.6.5
flake8-comprehensions    3.12.0
fonttools                4.40.0
fvcore                   0.1.5.post20221221
idna                     3.4
imageio                  2.31.1
importlib-metadata       6.0.0
importlib-resources      5.12.0
iopath                   0.1.9
ipykernel                6.19.2
ipython                  8.12.0
ipython-genutils         0.2.0
ipywidgets               8.0.4
jedi                     0.18.1
Jinja2                   3.1.2
json5                    0.9.6
jsonschema               4.17.3
jupyter                  1.0.0
jupyter_client           8.1.0
jupyter-console          6.6.3
jupyter_core             5.3.0
jupyter-events           0.6.3
jupyter_server           2.5.0
jupyter_server_fileid    0.9.0
jupyter_server_terminals 0.4.4
jupyter_server_ydoc      0.8.0
jupyter-ydoc             0.2.4
jupyterlab               3.6.3
jupyterlab-pygments      0.1.2
jupyterlab_server        2.22.0
jupyterlab-widgets       3.0.5
kiwisolver               1.4.4
lazy_loader              0.2
libcst                   1.0.1
lxml                     4.9.2
MarkupSafe               2.1.1
matplotlib               3.7.1
matplotlib-inline        0.1.6
mccabe                   0.7.0
mistune                  0.8.4
moreorless               0.4.0
mypy-extensions          1.0.0
nbclassic                0.5.5
nbclient                 0.5.13
nbconvert                6.5.4
nbformat                 5.7.0
nest-asyncio             1.5.6
networkx                 3.1
notebook                 6.5.4
notebook_shim            0.2.2
numpy                    1.22.3
opencv-python            4.7.0.72
packaging                23.0
pandocfilters            1.5.0
parso                    0.8.3
pathspec                 0.11.1
pickleshare              0.7.5
Pillow                   9.4.0
pip                      23.1.2
platformdirs             2.5.2
plotly                   5.15.0
ply                      3.11
portalocker              1.4.0
prometheus-client        0.14.1
prompt-toolkit           3.0.36
psutil                   5.9.0
pure-eval                0.2.2
pycodestyle              2.10.0
pycparser                2.21
pyflakes                 3.0.1
Pygments                 2.15.1
pyOpenSSL                23.0.0
pyparsing                3.0.9
pypiwin32                223
PyQt5                    5.15.7
PyQt5-sip                12.11.0
pyrsistent               0.18.0
PySocks                  1.7.1
python-dateutil          2.8.2
python-json-logger       2.0.7
pytorch3d                0.7.0
pytz                     2022.7
PyWavelets               1.4.1
pywin32                  305.1
pywinpty                 2.0.10
PyYAML                   6.0
pyzmq                    25.1.0
qtconsole                5.4.2
QtPy                     2.2.0
requests                 2.29.0
rfc3339-validator        0.1.4
rfc3986-validator        0.1.1
scikit-image             0.21.0
scipy                    1.10.1
Send2Trash               1.8.0
setuptools               67.8.0
sip                      6.6.2
six                      1.16.0
sniffio                  1.2.0
soupsieve                2.4
stack-data               0.2.0
stdlibs                  2022.10.9
tabulate                 0.9.0
tenacity                 8.2.2
termcolor                2.3.0
terminado                0.17.1
tifffile                 2023.4.12
tinycss2                 1.2.1
toml                     0.10.2
tomli                    2.0.1
torch                    1.12.0+cu116
torchvision              0.13.0+cu116
tornado                  6.2
tqdm                     4.65.0
trailrunner              1.4.0
traitlets                5.7.1
typing_extensions        4.6.3
typing-inspect           0.9.0
urllib3                  1.26.16
usort                    1.0.7
wcwidth                  0.2.5
webencodings             0.5.1
websocket-client         0.58.0
wheel                    0.38.4
widgetsnbextension       4.0.5
win-inet-pton            1.1.0
y-py                     0.5.9
yacs                     0.1.8
ypy-websocket            0.8.2
zipp                     3.11.0
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

1 participant