Giter VIP home page Giter VIP logo

pyopenvdb's People

Contributors

thenewflesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pyopenvdb's Issues

Can't install

Hello
Can't install the module with pip install pyopenvdb
I use Python 3.9

C:\WINDOWS\system32>pip install pyopenvdb-3.8
ERROR: Could not find a version that satisfies the requirement pyopenvdb-3.8 (from versions: none)
ERROR: No matching distribution found for pyopenvdb-3.8

ImportError: libboost_python37.so.1.68.0: cannot open shared object file: No such file or directory

Python 3.7.15 (default, Oct 12 2022, 19:14:55) 
[GCC 7.5.0]

Any way to solve that?

ImportError                               
Traceback (most recent call last)
[<ipython-input-6-c430ebec2365>](https://localhost:8080/#) in <module>
      2 os.environ['LD_LIBRARY_PATH'] = '/usr/local/lib/python3.7/dist-packages/'
      3 
----> 4 import openvdb

[/usr/local/lib/python3.7/dist-packages/openvdb/__init__.py](https://localhost:8080/#) in <module>
     21         raise ImportError(__msg)
     22 
---> 23 from pyopenvdb import *

ImportError: libboost_python37.so.1.68.0: cannot open shared object file: No such file or directory

I've tried to install all dependecies from openvdb dependecies (including libboost) but it didn't worked.

# Core library
sudo apt-get install cmake                   # CMake
sudo apt-get install libtbb-dev              # TBB
sudo apt-get install zlibc                   # zlib
sudo apt-get install libboost-iostreams-dev  # Boost::iostream
sudo apt-get install libblosc-dev            # Blosc
# AX
sudo apt-get install llvm-10-dev              # LLVM
# Python
sudo apt-get install libboost-python-dev     # Boost::python
sudo apt-get install libboost-numpy-dev      # Boost::numpy
sudo apt-get install python-dev              # Python
sudo apt-get install python-numpy            # NumPy
# Optional
sudo apt-get install libpng-dev              # libpng
sudo apt-get install libilmbase-dev          # IlmBase
sudo apt-get install libopenexr-dev          # OpenEXR
sudo apt-get install liblog4cplus-dev        # Log4cplus
sudo apt-get install googletest              # GoogleTest
# vdb_view
sudo apt-get install libglfw3-dev            # GLFW
# Documentation
sudo apt-get install doxygen                 # doxygen
# CUDA for NanoVDB
sudo apt-get install nvidia-cuda-toolkit     # CUDA

bin/pyopenvdb start error: "No rule to make target 'Grid.cc', needed by 'Grid.o'"

Hi, trying to set up this lib on my Windows 10 WSL2 setup and got Docker working and all the steps in the bin/pyopenvdb start process to go save for the last one, which appears to be complaining about the Makefile. Any advice on what to do? Attaching terminal output below, let me know if you need any other info. Thanks!

[+] Building 16.3s (21/21) FINISHED
 => [internal] load build definition from pyopenvdb.dockerfile                                                     0.0s
 => => transferring dockerfile: 48B                                                                                0.0s
 => [internal] load .dockerignore                                                                                  0.0s
 => => transferring context: 2B                                                                                    0.0s
 => [internal] load metadata for docker.io/library/ubuntu:20.04                                                   10.6s
 => [ 1/16] FROM docker.io/library/ubuntu:20.04@sha256:3c9c713e0979e9bd6061ed52ac1e9e1f246c9495aa063619d9d695fb80  0.0s
 => [internal] load build context                                                                                  0.0s
 => => transferring context: 33.44kB                                                                               0.0s
 => https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz                                      5.3s
 => CACHED [ 2/16] WORKDIR /root                                                                                   0.0s
 => CACHED [ 3/16] RUN apt update                                                                                  0.0s
 => CACHED [ 4/16] RUN DEBIAN_FRONTEND="noninteractive" apt-get install -y tzdata                                  0.0s
 => CACHED [ 5/16] RUN echo "\n\033[0;36mINSTALL DEPENDENCIES\033[0m";     apt update &&     apt install -y --fix  0.0s
 => CACHED [ 6/16] COPY dev_requirements.txt /root/dev_requirements.txt                                            0.0s
 => CACHED [ 7/16] RUN echo "\n\033[0;36mINSTALL PYTHON DEPENDENCIES\033[0m";     pip3 install -r /root/dev_requi  0.0s
 => CACHED [ 8/16] ADD https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.gz boost.tar.gz      0.0s
 => CACHED [ 9/16] RUN echo "\n\033[0;36mDOWNLOAD BOOST\033[0m";     tar xzf /root/boost.tar.gz &&     echo "usin  0.0s
 => CACHED [10/16] WORKDIR /root/boost_1_68_0                                                                      0.0s
 => CACHED [11/16] RUN echo "\n\033[0;36mBUILD BOOST LIBRARIES\033[0m";      ./bootstrap.sh         --with-python  0.0s
 => CACHED [12/16] WORKDIR /root                                                                                   0.0s
 => CACHED [13/16] RUN echo "\n\033[0;36mCLONE OPENVDB\033[0m";     git clone https://github.com/AcademySoftwareF  0.0s
 => CACHED [14/16] WORKDIR /root/openvdb/openvdb                                                                   0.0s
 => [15/16] COPY Makefile /root/openvdb/openvdb/Makefile                                                           0.1s
 => ERROR [16/16] RUN echo "\n\033[0;36mBUILD PYOPENVDB\033[0m";     make python                                   0.3s
------
 > [16/16] RUN echo "\n\033[0;36mBUILD PYOPENVDB\033[0m";     make python:
#21 0.279
#21 0.279 BUILD PYOPENVDB
#21 0.281 grep: version.h: No such file or directory
#21 0.283 grep: version.h: No such file or directory
#21 0.284 grep: version.h: No such file or directory
#21 0.285 grep: version.h: No such file or directory
#21 0.287 grep: version.h: No such file or directory
#21 0.288 grep: version.h: No such file or directory
#21 0.289 grep: version.h: No such file or directory
#21 0.290 grep: version.h: No such file or directory
#21 0.292 grep: version.h: No such file or directory
#21 0.293 grep: version.h: No such file or directory
#21 0.294 grep: version.h: No such file or directory
#21 0.295 grep: version.h: No such file or directory
#21 0.296 make: *** No rule to make target 'Grid.cc', needed by 'Grid.o'.  Stop.
------
executor failed running [/bin/sh -c echo "\n${CYAN}BUILD PYOPENVDB${NO_COLOR}";     make python]: exit code: 2
ERROR: Service 'pyopenvdb' failed to build```

Building docker fails

Hi.

I am trying to build the docker image as per instructions. I am on linux x64. Docker-compose dies in the middle of apt update (repositories not having release files).

This does not happen if I edit the docker-compose.yaml to point to the prod docker file. An oversight?

Issues with processing Mounted VDBs

Hello Alex,
Thank you for developing this fantastic tool. I created a bind mounted container as follows:

docker pull thenewflesh/pyopenvdb

docker run --name pyopenvdb-wmnt -it --mount type=bind,source=c:/users/[MY USER NAME]/downloads/vdbs,target=/mnt thenewflesh/pyopenvdb

In which the source folder contains the attached toy VDB file (cube.zip). When I run the following after the docker commands, I get the following issue:

import pyopenvdb as vdb
import numpy as np
grid, meta = vdb.readAll('/mnt/cube.vdb')
grid
[<pyopenvdb.FloatGrid object at 0x7f3c7e79a570>]

It looks as though "grid" is a variable stored in memory ... I am not necessarily sure how to access that. I cannot convert it to a numpy array either, which is my objective (I would like to export voxel grid center points to MATLAB in my Windows Host). Why might it be the case that I am unable to access the stored data? Might it be due to the way I stored the data and mounted it?

-Ben

"free(): invalid pointer" when importting pyopenvdb

Hi! Thank so much for the wonderful work!

I'm using Ubuntu 20.04 with CUDA 11.6, and my python version is 3.7.12.
When I'm using this library, a strange error occurs. When using python from the terminal, I can successfully import the library:

(py3.7) rayne@pc:~/code/NeuroFluid/data_generation$ python
Python 3.7.12 | packaged by conda-forge | (default, Oct 26 2021, 06:08:53) 
[GCC 9.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyopenvdb as vdb 
>>> 

But if I import pyopenvdb in the python script (this one) and run the script inside the VScode tertminal, the line:

import pyopenvdb as vdb

would cause an error:

free(): invalid pointer

and then, the script automatically endded and exited. The python file and the line that caused error is the above mentioned link.

Also, when running this python script using Ubuntu terminal, this line would cause the same error:

free(): invalid pointer
core dumped

I ran the script with VSCode. I have tried reloading VSCode for several times, but the error remains.

The python filet has to be run with some outer files, so it might a little inconvenient for you to run it directly so find the error, but I'm happy to upload the files if you need.

Plus, this is my conda list if helps:

# packages in environment at /home/rayne/anaconda3/envs/py3.7:
#
# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                 conda_forge    conda-forge
_openmp_mutex             4.5                       2_gnu    conda-forge
aadict                    0.2.3              pyh9f0ad1d_0    conda-forge
absl-py                   1.3.0                    pypi_0    pypi
addict                    2.4.0                    pypi_0    pypi
alsa-lib                  1.2.8                h166bdaf_0    conda-forge
anyio                     3.6.2                    pypi_0    pypi
argon2-cffi               21.3.0                   pypi_0    pypi
argon2-cffi-bindings      21.2.0                   pypi_0    pypi
asset                     0.6.13             pyh9f0ad1d_0    conda-forge
attrs                     22.1.0                   pypi_0    pypi
backcall                  0.2.0                    pypi_0    pypi
beautifulsoup4            4.11.1                   pypi_0    pypi
blas                      1.0                         mkl  
bleach                    5.0.1                    pypi_0    pypi
blosc                     1.21.1               h83bc5f7_3    conda-forge
bottleneck                1.3.5            py37hda87dfa_0    conda-forge
brotli                    1.0.9                h166bdaf_8    conda-forge
brotli-bin                1.0.9                h166bdaf_8    conda-forge
brotlipy                  0.7.0           py37h540881e_1004    conda-forge
brunsli                   0.1                  h9c3ff4c_0    conda-forge
bzip2                     1.0.8                h7f98852_4    conda-forge
c-ares                    1.18.1               h7f98852_0    conda-forge
ca-certificates           2022.9.24            ha878542_0    conda-forge
cachetools                5.2.0                    pypi_0    pypi
cairo                     1.16.0            h6cf1ce9_1008    conda-forge
certifi                   2022.9.24          pyhd8ed1ab_0    conda-forge
cffi                      1.15.1           py37h43b0acd_1    conda-forge
cfitsio                   3.470                h2e3daa1_7    conda-forge
charls                    2.2.0                h2531618_0  
charset-normalizer        2.1.1              pyhd8ed1ab_0    conda-forge
click                     8.1.3                    pypi_0    pypi
cloudpickle               2.2.0              pyhd8ed1ab_0    conda-forge
colorama                  0.4.6              pyhd8ed1ab_0    conda-forge
configargparse            1.5.3                    pypi_0    pypi
cryptography              38.0.2           py37h38fbfac_1    conda-forge
cudatoolkit               11.6.0              hecad31d_10    conda-forge
cycler                    0.11.0             pyhd8ed1ab_0    conda-forge
cytoolz                   0.12.0           py37h540881e_0    conda-forge
dash                      2.7.0                    pypi_0    pypi
dash-core-components      2.0.0                    pypi_0    pypi
dash-html-components      2.0.0                    pypi_0    pypi
dash-table                5.0.0                    pypi_0    pypi
dask-core                 2022.2.0           pyhd8ed1ab_0    conda-forge
dbus                      1.13.6               h5008d03_3    conda-forge
debugpy                   1.6.3                    pypi_0    pypi
decorator                 5.1.1              pyhd8ed1ab_0    conda-forge
defusedxml                0.7.1                    pypi_0    pypi
entrypoints               0.4                      pypi_0    pypi
expat                     2.5.0                h27087fc_0    conda-forge
fastjsonschema            2.16.2                   pypi_0    pypi
ffmpeg                    4.3                  hf484d3e_0    pytorch
flask                     2.2.2                    pypi_0    pypi
font-ttf-dejavu-sans-mono 2.37                 hab24e00_0    conda-forge
font-ttf-inconsolata      3.000                h77eed37_0    conda-forge
font-ttf-source-code-pro  2.038                h77eed37_0    conda-forge
font-ttf-ubuntu           0.83                 hab24e00_0    conda-forge
fontconfig                2.14.1               hc2a2eb6_0    conda-forge
fonts-conda-ecosystem     1                             0    conda-forge
fonts-conda-forge         1                             0    conda-forge
fonttools                 4.38.0                   pypi_0    pypi
freeglut                  3.2.2                h9c3ff4c_1    conda-forge
freetype                  2.12.1               hca18f0e_1    conda-forge
fsspec                    2022.11.0          pyhd8ed1ab_0    conda-forge
fvcore                    0.1.5.post20210915            py37    fvcore
gettext                   0.21.1               h27087fc_0    conda-forge
giflib                    5.2.1                h36c2ea0_2    conda-forge
glib                      2.74.1               h6239696_1    conda-forge
glib-tools                2.74.1               h6239696_1    conda-forge
globre                    0.1.5              pyh9f0ad1d_0    conda-forge
gmp                       6.2.1                h58526e2_0    conda-forge
gnutls                    3.6.13               h85f3911_1    conda-forge
google-auth               2.14.1                   pypi_0    pypi
google-auth-oauthlib      0.4.6                    pypi_0    pypi
gputil                    1.4.0              pyh9f0ad1d_0    conda-forge
graphite2                 1.3.13            h58526e2_1001    conda-forge
grpcio                    1.50.0                   pypi_0    pypi
gst-plugins-base          1.18.4               h29181c9_0    conda-forge
gstreamer                 1.18.5               h9f60fe5_3    conda-forge
harfbuzz                  2.9.1                h83ec7ef_1    conda-forge
hdf5                      1.10.6          nompi_h7c3c948_1111    conda-forge
icu                       68.2                 h9c3ff4c_0    conda-forge
idna                      3.4                pyhd8ed1ab_0    conda-forge
imagecodecs               2021.8.26        py37hf0132c2_1  
imageio                   2.16.1                   pypi_0    pypi
imageio-ffmpeg            0.4.7                    pypi_0    pypi
importlib-metadata        5.0.0                    pypi_0    pypi
importlib-resources       5.10.0                   pypi_0    pypi
intel-openmp              2021.4.0          h06a4308_3561  
iopath                    0.1.9                      py37    iopath
ipykernel                 6.16.2                   pypi_0    pypi
ipython                   7.34.0                   pypi_0    pypi
ipython-genutils          0.2.0                    pypi_0    pypi
ipywidgets                8.0.2                    pypi_0    pypi
itsdangerous              2.1.2                    pypi_0    pypi
jasper                    1.900.1           h07fcdf6_1006    conda-forge
jbig                      2.1               h7f98852_2003    conda-forge
jedi                      0.18.2                   pypi_0    pypi
jinja2                    3.1.2                    pypi_0    pypi
joblib                    1.1.0                    pypi_0    pypi
jpeg                      9e                   h166bdaf_2    conda-forge
jsonschema                4.17.1                   pypi_0    pypi
jupyter                   1.0.0                    pypi_0    pypi
jupyter-client            7.4.7                    pypi_0    pypi
jupyter-console           6.4.4                    pypi_0    pypi
jupyter-core              4.11.2                   pypi_0    pypi
jupyter-server            1.23.3                   pypi_0    pypi
jupyterlab-pygments       0.2.2                    pypi_0    pypi
jupyterlab-widgets        3.0.3                    pypi_0    pypi
jxrlib                    1.1                  h7f98852_2    conda-forge
keyutils                  1.6.1                h166bdaf_0    conda-forge
kiwisolver                1.4.4            py37h7cecad7_0    conda-forge
kornia                    0.6.4                    pypi_0    pypi
krb5                      1.17.2               h926e7f8_0    conda-forge
lame                      3.100             h166bdaf_1003    conda-forge
lcms2                     2.14                 h6ed2654_0    conda-forge
ld_impl_linux-64          2.39                 hcc3a1bd_1    conda-forge
lerc                      3.0                  h9c3ff4c_0    conda-forge
libaec                    1.0.6                h9c3ff4c_0    conda-forge
libblas                   3.9.0            12_linux64_mkl    conda-forge
libbrotlicommon           1.0.9                h166bdaf_8    conda-forge
libbrotlidec              1.0.9                h166bdaf_8    conda-forge
libbrotlienc              1.0.9                h166bdaf_8    conda-forge
libcblas                  3.9.0            12_linux64_mkl    conda-forge
libclang                  11.1.0          default_ha53f305_1    conda-forge
libcurl                   7.71.1               hcdd3856_3    conda-forge
libdeflate                1.8                  h7f8727e_5  
libedit                   3.1.20191231         he28a2e2_2    conda-forge
libev                     4.33                 h516909a_1    conda-forge
libevent                  2.1.10               h9b69904_4    conda-forge
libffi                    3.4.2                h7f98852_5    conda-forge
libgcc-ng                 12.2.0              h65d4601_19    conda-forge
libgfortran-ng            7.5.0               h14aa051_20    conda-forge
libgfortran4              7.5.0               h14aa051_20    conda-forge
libglib                   2.74.1               h606061b_1    conda-forge
libglu                    9.0.0             he1b5a44_1001    conda-forge
libgomp                   12.2.0              h65d4601_19    conda-forge
libiconv                  1.17                 h166bdaf_0    conda-forge
libidn2                   2.3.4                h166bdaf_0    conda-forge
liblapack                 3.9.0            12_linux64_mkl    conda-forge
liblapacke                3.9.0            12_linux64_mkl    conda-forge
libllvm11                 11.1.0               he0ac6c6_5    conda-forge
libllvm9                  9.0.1           default_hc23dcda_7    conda-forge
libnsl                    2.0.0                h7f98852_0    conda-forge
libogg                    1.3.4                h7f98852_1    conda-forge
libopencv                 4.4.0                    py37_2    conda-forge
libopus                   1.3.1                h7f98852_1    conda-forge
libpng                    1.6.39               h753d276_0    conda-forge
libpq                     13.2                 hfd2b0eb_2    conda-forge
libprotobuf               3.21.9               h6239696_0    conda-forge
libsqlite                 3.40.0               h753d276_0    conda-forge
libssh2                   1.10.0               haa6b8db_3    conda-forge
libstdcxx-ng              12.2.0              h46fd767_19    conda-forge
libtasn1                  4.19.0               h166bdaf_0    conda-forge
libtiff                   4.4.0                hecacb30_2  
libunistring              0.9.10               h7f98852_0    conda-forge
libuuid                   2.32.1            h7f98852_1000    conda-forge
libuv                     1.44.2               h166bdaf_0    conda-forge
libvorbis                 1.3.7                h9c3ff4c_0    conda-forge
libwebp                   1.2.4                h522a892_0    conda-forge
libwebp-base              1.2.4                h166bdaf_0    conda-forge
libxcb                    1.13              h7f98852_1004    conda-forge
libxkbcommon              1.0.3                he3ba5ed_0    conda-forge
libxml2                   2.9.12               h72842e0_0    conda-forge
libzlib                   1.2.13               h166bdaf_4    conda-forge
libzopfli                 1.0.3                h9c3ff4c_0    conda-forge
locket                    1.0.0              pyhd8ed1ab_0    conda-forge
lpips                     0.1.4                    pypi_0    pypi
lz4-c                     1.9.3                h9c3ff4c_1    conda-forge
markdown                  3.4.1                    pypi_0    pypi
markupsafe                2.1.1                    pypi_0    pypi
matplotlib                3.5.1                    pypi_0    pypi
matplotlib-base           3.5.3            py37hf395dca_2    conda-forge
matplotlib-inline         0.1.6                    pypi_0    pypi
mistune                   2.0.4                    pypi_0    pypi
mkl                       2021.4.0           h06a4308_640  
mkl-service               2.4.0            py37h402132d_0    conda-forge
mkl_fft                   1.3.1            py37h3e078e5_1    conda-forge
mkl_random                1.2.2            py37h219a48f_0    conda-forge
msgpack                   1.0.4                    pypi_0    pypi
msgpack-numpy             0.4.8                    pypi_0    pypi
munkres                   1.1.4              pyh9f0ad1d_0    conda-forge
mysql-common              8.0.31               haf5c9bc_0    conda-forge
mysql-libs                8.0.31               h28c427c_0    conda-forge
nbclassic                 0.4.8                    pypi_0    pypi
nbclient                  0.7.0                    pypi_0    pypi
nbconvert                 7.2.5                    pypi_0    pypi
nbformat                  5.5.0                    pypi_0    pypi
ncurses                   6.3                  h27087fc_1    conda-forge
nest-asyncio              1.5.6                    pypi_0    pypi
nettle                    3.6                  he412f7d_0    conda-forge
networkx                  2.6.3              pyhd8ed1ab_1    conda-forge
notebook                  6.5.2                    pypi_0    pypi
notebook-shim             0.2.2                    pypi_0    pypi
nspr                      4.32                 h9c3ff4c_1    conda-forge
nss                       3.78                 h2350873_0    conda-forge
numexpr                   2.8.4            py37he184ba9_0  
numpy                     1.21.5           py37h6c91a56_3  
numpy-base                1.21.5           py37ha15fc14_3  
nvidiacub                 1.10.0                        0    bottler
oauthlib                  3.2.2                    pypi_0    pypi
olefile                   0.46               pyh9f0ad1d_1    conda-forge
open3d                    0.16.0                   pypi_0    pypi
opencv                    4.4.0                    py37_2    conda-forge
opencv-python             4.5.5.64                 pypi_0    pypi
openh264                  2.1.1                h780b84a_0    conda-forge
openjpeg                  2.5.0                h7d73246_1    conda-forge
openssl                   1.1.1s               h166bdaf_0    conda-forge
packaging                 21.3               pyhd8ed1ab_0    conda-forge
pandas                    1.3.5                    pypi_0    pypi
pandocfilters             1.5.0                    pypi_0    pypi
parso                     0.8.3                    pypi_0    pypi
partd                     1.3.0              pyhd8ed1ab_0    conda-forge
partio                    1.0.0                    pypi_0    pypi
pcre                      8.45                 h9c3ff4c_0    conda-forge
pcre2                     10.40                hc3806b6_0    conda-forge
pexpect                   4.8.0                    pypi_0    pypi
pickleshare               0.7.5                    pypi_0    pypi
pillow                    9.1.0                    pypi_0    pypi
pip                       22.3.1             pyhd8ed1ab_0    conda-forge
pixman                    0.40.0               h36c2ea0_0    conda-forge
pkgutil-resolve-name      1.3.10                   pypi_0    pypi
plotly                    5.11.0             pyhd8ed1ab_0    conda-forge
plyfile                   0.7.4                    pypi_0    pypi
portalocker               2.6.0            py37h89c1867_0    conda-forge
prometheus-client         0.15.0                   pypi_0    pypi
prompt-toolkit            3.0.33                   pypi_0    pypi
protobuf                  3.20.1                   pypi_0    pypi
psutil                    5.9.4                    pypi_0    pypi
pthread-stubs             0.4               h36c2ea0_1001    conda-forge
ptyprocess                0.7.0                    pypi_0    pypi
py-opencv                 4.4.0            py37h43977f1_2    conda-forge
pyasn1                    0.4.8                    pypi_0    pypi
pyasn1-modules            0.2.8                    pypi_0    pypi
pycparser                 2.21               pyhd8ed1ab_0    conda-forge
pygments                  2.13.0                   pypi_0    pypi
pyhocon                   0.3.59             pyhd8ed1ab_0    conda-forge
pymcubes                  0.1.2                    pypi_0    pypi
pyopenssl                 22.1.0             pyhd8ed1ab_0    conda-forge
pyopenvdb                 0.1.4                    pypi_0    pypi
pyparsing                 2.4.7                    pypi_0    pypi
pyquaternion              0.9.9                    pypi_0    pypi
pyrsistent                0.19.2                   pypi_0    pypi
pysocks                   1.7.1            py37h89c1867_5    conda-forge
python                    3.7.12          hb7a2778_100_cpython    conda-forge
python-dateutil           2.8.2              pyhd8ed1ab_0    conda-forge
python_abi                3.7                     3_cp37m    conda-forge
pytorch                   1.12.0          py3.7_cuda11.6_cudnn8.3.2_0    pytorch
pytorch-mutex             1.0                        cuda    pytorch
pytorch3d                 0.7.1           py37_cu116_pyt1120    pytorch3d-nightly
pytz                      2022.6             pyhd8ed1ab_0    conda-forge
pywavelets                1.3.0            py37hda87dfa_1    conda-forge
pyyaml                    6.0              py37h540881e_4    conda-forge
pyzmq                     24.0.1                   pypi_0    pypi
qt                        5.12.9               hda022c4_4    conda-forge
qtconsole                 5.4.0                    pypi_0    pypi
qtpy                      2.3.0                    pypi_0    pypi
readline                  8.1.2                h0f457ee_0    conda-forge
requests                  2.28.1             pyhd8ed1ab_1    conda-forge
requests-oauthlib         1.3.1                    pypi_0    pypi
rsa                       4.9                      pypi_0    pypi
scikit-image              0.19.2                   pypi_0    pypi
scikit-learn              1.0.2                    pypi_0    pypi
scipy                     1.5.3            py37h8911b10_0    conda-forge
send2trash                1.8.0                    pypi_0    pypi
setuptools                65.5.1             pyhd8ed1ab_0    conda-forge
six                       1.16.0             pyh6c4a22f_0    conda-forge
snappy                    1.1.9                hbd366e4_2    conda-forge
sniffio                   1.3.0                    pypi_0    pypi
soupsieve                 2.3.2.post1              pypi_0    pypi
sqlite                    3.40.0               h4ff8645_0    conda-forge
tabulate                  0.9.0              pyhd8ed1ab_1    conda-forge
tenacity                  8.1.0              pyhd8ed1ab_0    conda-forge
tensorboard               2.8.0                    pypi_0    pypi
tensorboard-data-server   0.6.1                    pypi_0    pypi
tensorboard-plugin-wit    1.8.1                    pypi_0    pypi
termcolor                 2.1.1              pyhd8ed1ab_0    conda-forge
terminado                 0.17.0                   pypi_0    pypi
threadpoolctl             3.1.0                    pypi_0    pypi
tifffile                  2021.11.2                pypi_0    pypi
tinycss2                  1.2.1                    pypi_0    pypi
tk                        8.6.12               h27826a3_0    conda-forge
toolz                     0.12.0             pyhd8ed1ab_0    conda-forge
torchaudio                0.12.0               py37_cu116    pytorch
torchsearchsorted         1.1                      pypi_0    pypi
torchvision               0.13.0               py37_cu116    pytorch
tornado                   6.2                      pypi_0    pypi
tqdm                      4.64.1             pyhd8ed1ab_0    conda-forge
traitlets                 5.5.0                    pypi_0    pypi
trimesh                   3.10.8                   pypi_0    pypi
typing-extensions         4.4.0                hd8ed1ab_0    conda-forge
typing_extensions         4.4.0              pyha770c72_0    conda-forge
tzdata                    2022f                h191b570_0    conda-forge
urllib3                   1.26.13            pyhd8ed1ab_0    conda-forge
wcwidth                   0.2.5                    pypi_0    pypi
webencodings              0.5.1                    pypi_0    pypi
websocket-client          1.4.2                    pypi_0    pypi
werkzeug                  2.2.2                    pypi_0    pypi
wheel                     0.38.4             pyhd8ed1ab_0    conda-forge
widgetsnbextension        4.0.3                    pypi_0    pypi
x264                      1!164.3095           h166bdaf_2    conda-forge
xorg-fixesproto           5.0               h7f98852_1002    conda-forge
xorg-inputproto           2.3.2             h7f98852_1002    conda-forge
xorg-kbproto              1.0.7             h7f98852_1002    conda-forge
xorg-libice               1.0.10               h7f98852_0    conda-forge
xorg-libsm                1.2.3             hd9c2040_1000    conda-forge
xorg-libx11               1.7.2                h7f98852_0    conda-forge
xorg-libxau               1.0.9                h7f98852_0    conda-forge
xorg-libxdmcp             1.1.3                h7f98852_0    conda-forge
xorg-libxext              1.3.4                h7f98852_1    conda-forge
xorg-libxfixes            5.0.3             h7f98852_1004    conda-forge
xorg-libxi                1.7.10               h7f98852_0    conda-forge
xorg-libxrender           0.9.10            h7f98852_1003    conda-forge
xorg-renderproto          0.11.1            h7f98852_1002    conda-forge
xorg-xextproto            7.3.0             h7f98852_1002    conda-forge
xorg-xproto               7.0.31            h7f98852_1007    conda-forge
xz                        5.2.6                h166bdaf_0    conda-forge
yacs                      0.1.8              pyhd8ed1ab_0    conda-forge
yaml                      0.2.5                h7f98852_2    conda-forge
zfp                       0.5.5                h9c3ff4c_8    conda-forge
zipp                      3.10.0                   pypi_0    pypi
zlib                      1.2.13               h166bdaf_4    conda-forge
zstandard                 0.19.0                   pypi_0    pypi
zstd                      1.5.2                h6239696_4    conda-forge

Could you help me with it? This is such an unusual phenomenon. Thank you very much!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.