Giter Site home page Giter Site logo

Comments (13)

Tobias-Fischer avatar Tobias-Fischer commented on July 20, 2024 2

Note that pycolmap is now also available in conda-forge for Windows: https://anaconda.org/conda-forge/pycolmap

from pycolmap.

Tobias-Fischer avatar Tobias-Fischer commented on July 20, 2024 1

In your existing environment, you mix conda packages with pip packages. This can lead to issues like the DLL one you listed above. E.g. you installed opencv 4.6 via conda-forge and 4.7 via pip. You also mixed channels (some packages from the anaconda channel). I would recommend starting from the newly created environment, then install the packages you need, all from conda-forge, and avoid using pip.

from pycolmap.

sarlinpe avatar sarlinpe commented on July 20, 2024

It looks like vcpkg COLMAP recently also had some issues with Metis, maybe related? colmap/colmap#1568

from pycolmap.

devrajneupane avatar devrajneupane commented on July 20, 2024

Thanks for the reply
After tons of googling and messing with vcpkg,
i successfully build pycolmap on windows 10 by manually installing pthread library from vcpkg and explicitly inlcuding follwing line to CMakeLists.txt

find_package(PTHREAD REQUIRED)

from pycolmap.

Coronal-Halo avatar Coronal-Halo commented on July 20, 2024

Note that pycolmap is now also available in conda-forge for Windows: https://anaconda.org/conda-forge/pycolmap

But I could not install it via conda, it's stuck at solving environment

from pycolmap.

Tobias-Fischer avatar Tobias-Fischer commented on July 20, 2024

Have you tried using mamba?

from pycolmap.

Coronal-Halo avatar Coronal-Halo commented on July 20, 2024

Have you tried using mamba?

Yeah, mamba says environment cannot be solved, though after waiting for hours conda finally solved the environment, but when I import pycolmap it says DLL load failed: module not found.

from pycolmap.

Tobias-Fischer avatar Tobias-Fischer commented on July 20, 2024

We need a bit more info. What exactly was the mamba output? Does it work in a fresh environment?

from pycolmap.

Coronal-Halo avatar Coronal-Halo commented on July 20, 2024

We need a bit more info. What exactly was the mamba output? Does it work in a fresh environment?

Thanks for the input. I just tried installing colmap in a fresh conda environment (I have not tried to use mamba in a fresh environment since conda would be fast enough in this case anyway) , and I can successfully import it. However, if I install colmap in any existing environment, I cannot import it since it shows this error: ImportError: DLL load failed while importing pycolmap: The specified module could not be found. Do you know why?

from pycolmap.

Tobias-Fischer avatar Tobias-Fischer commented on July 20, 2024

Can you provide a conda list of your existing environment with the DLL failure, and of the fresh environment, pleasE?

from pycolmap.

Coronal-Halo avatar Coronal-Halo commented on July 20, 2024

conda list for fresh environment (where import pycolmap works):

Name Version Build Channel
anyio 3.6.2 pyhd8ed1ab_0 conda-forge
argon2-cffi 21.3.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 21.2.0 py310h8d17308_3 conda-forge
asttokens 2.2.1 pyhd8ed1ab_0 conda-forge
attrs 23.1.0 pyh71513ae_1 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 pyhd8ed1ab_3 conda-forge
backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge
beautifulsoup4 4.12.2 pyha770c72_0 conda-forge
bleach 6.0.0 pyhd8ed1ab_0 conda-forge
boost-cpp 1.78.0 h9f4b32c_3 conda-forge
bzip2 1.0.8 he774522_0
ca-certificates 2023.5.7 h56e8100_0 conda-forge
ceres-solver 2.1.0 hb02fd38_1 conda-forge
cffi 1.15.1 py310h628cb3f_3 conda-forge
colmap 3.8 gpuh324df76_100 conda-forge
colorama 0.4.6 pyhd8ed1ab_0 conda-forge
comm 0.1.3 pyhd8ed1ab_0 conda-forge
cudatoolkit 11.8.0 h09e9e62_11 conda-forge
debugpy 1.6.7 py310h00ffb61_0 conda-forge
decorator 5.1.1 pyhd8ed1ab_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
eigen 3.4.0 h2d74725_0 conda-forge
entrypoints 0.4 pyhd8ed1ab_0 conda-forge
executing 1.2.0 pyhd8ed1ab_0 conda-forge
flann 1.9.1 h38ce28f_1012 conda-forge
flit-core 3.9.0 pyhd8ed1ab_0 conda-forge
freeimage 3.18.0 h9a5994e_14 conda-forge
gettext 0.21.1 h5728263_0 conda-forge
gflags 2.2.2 ha925a31_1004 conda-forge
glew 2.1.0 h39d44d4_2 conda-forge
glib 2.76.2 h12be248_0 conda-forge
glib-tools 2.76.2 h12be248_0 conda-forge
glog 0.6.0 h4797de2_0 conda-forge
gst-plugins-base 1.22.0 h001b923_2 conda-forge
gstreamer 1.22.0 h6b5321d_2 conda-forge
hdf5 1.14.0 nompi_h918d9b7_103 conda-forge
icu 72.1 h63175ca_0 conda-forge
idna 3.4 pyhd8ed1ab_0 conda-forge
imath 3.1.7 h12be248_1 conda-forge
importlib-metadata 6.6.0 pyha770c72_0 conda-forge
importlib_metadata 6.6.0 hd8ed1ab_0 conda-forge
importlib_resources 5.12.0 pyhd8ed1ab_0 conda-forge
intel-openmp 2023.1.0 h57928b3_46319 conda-forge
ipykernel 6.23.1 pyh025b116_0 conda-forge
ipython 8.13.2 pyh08f2357_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 8.0.6 pyhd8ed1ab_0 conda-forge
jedi 0.18.2 pyhd8ed1ab_0 conda-forge
jinja2 3.1.2 pyhd8ed1ab_1 conda-forge
jsonschema 4.17.3 pyhd8ed1ab_0 conda-forge
jupyter 1.0.0 py310h5588dad_8 conda-forge
jupyter_client 8.2.0 pyhd8ed1ab_0 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_0 conda-forge
jupyter_core 5.3.0 py310h5588dad_0 conda-forge
jupyter_events 0.6.3 pyhd8ed1ab_0 conda-forge
jupyter_server 2.5.0 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.4.4 pyhd8ed1ab_1 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.7 pyhd8ed1ab_0 conda-forge
jxrlib 1.1 h8ffe710_2 conda-forge
krb5 1.20.1 heb0366b_0 conda-forge
lcms2 2.15 h3e3b177_1 conda-forge
lerc 4.0.0 h63175ca_0 conda-forge
libaec 1.0.6 h63175ca_1 conda-forge
libblas 3.9.0 16_win64_mkl conda-forge
libcblas 3.9.0 16_win64_mkl conda-forge
libclang 16.0.3 default_h8b4101f_0 conda-forge
libclang13 16.0.3 default_h45d3cf4_0 conda-forge
libcurl 8.0.1 h68f0423_0 conda-forge
libdeflate 1.18 hcfcfb64_0 conda-forge
libffi 3.4.4 hd77b12b_0
libglib 2.76.2 he8f3873_0 conda-forge
libhwloc 2.9.1 h51c2c0f_0 conda-forge
libiconv 1.17 h8ffe710_0 conda-forge
libjpeg-turbo 2.1.5.1 hcfcfb64_0 conda-forge
liblapack 3.9.0 16_win64_mkl conda-forge
liblapacke 3.9.0 16_win64_mkl conda-forge
libogg 1.3.4 h8ffe710_1 conda-forge
libpng 1.6.39 h19919ed_0 conda-forge
libraw 0.21.1 h1334946_1 conda-forge
libsodium 1.0.18 h8d14728_1 conda-forge
libsqlite 3.41.2 hcfcfb64_1 conda-forge
libssh2 1.10.0 h9a1e1f7_3 conda-forge
libtiff 4.5.0 h6c8260b_6 conda-forge
libvorbis 1.3.7 h0e60522_0 conda-forge
libwebp-base 1.3.0 hcfcfb64_0 conda-forge
libxml2 2.10.4 hc3477c8_0 conda-forge
libzlib 1.2.13 hcfcfb64_4 conda-forge
lz4-c 1.9.4 hcfcfb64_0 conda-forge
markupsafe 2.1.2 py310h8d17308_0 conda-forge
matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge
metis 5.1.0 h0e60522_1006 conda-forge
mistune 2.0.5 pyhd8ed1ab_0 conda-forge
mkl 2022.1.0 h6a75c08_874 conda-forge
mpir 3.0.0 he025d50_1002 conda-forge
nbclassic 1.0.0 pyhb4ecaf3_1 conda-forge
nbclient 0.7.4 pyhd8ed1ab_0 conda-forge
nbconvert 7.4.0 pyhd8ed1ab_0 conda-forge
nbconvert-core 7.4.0 pyhd8ed1ab_0 conda-forge
nbconvert-pandoc 7.4.0 pyhd8ed1ab_0 conda-forge
nbformat 5.8.0 pyhd8ed1ab_0 conda-forge
nest-asyncio 1.5.6 pyhd8ed1ab_0 conda-forge
notebook 6.5.4 pyha770c72_0 conda-forge
notebook-shim 0.2.3 pyhd8ed1ab_0 conda-forge
numpy 1.24.3 py310hd02465a_0 conda-forge
openexr 3.1.7 h52b6e62_0 conda-forge
openjpeg 2.5.0 ha2aaf27_2 conda-forge
openssl 3.1.0 hcfcfb64_3 conda-forge
packaging 23.1 pyhd8ed1ab_0 conda-forge
pandoc 2.19.2 h57928b3_2 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
parso 0.8.3 pyhd8ed1ab_0 conda-forge
pcre2 10.40 h17e33f8_0 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pip 23.0.1 py310haa95532_0
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_0 conda-forge
platformdirs 3.5.1 pyhd8ed1ab_0 conda-forge
ply 3.11 py_1 conda-forge
prometheus_client 0.16.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.38 pyha770c72_0 conda-forge
prompt_toolkit 3.0.38 hd8ed1ab_0 conda-forge
psutil 5.9.5 py310h8d17308_0 conda-forge
pthreads-win32 2.9.1 hfa6e2cd_3 conda-forge
pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge
pycolmap 0.4.0 cuda112py310ha5a9464_0 conda-forge
pycparser 2.21 pyhd8ed1ab_0 conda-forge
pygments 2.15.1 pyhd8ed1ab_0 conda-forge
pyqt 5.15.7 py310h1fd54f2_3 conda-forge
pyqt5-sip 12.11.0 py310h00ffb61_3 conda-forge
pyrsistent 0.19.3 py310h8d17308_0 conda-forge
python 3.10.11 h4de0772_0_cpython conda-forge
python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge
python-fastjsonschema 2.16.3 pyhd8ed1ab_0 conda-forge
python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge
python_abi 3.10 3_cp310 conda-forge
pywin32 304 py310h00ffb61_2 conda-forge
pywinpty 2.0.10 py310h00ffb61_0 conda-forge
pyyaml 6.0 py310h8d17308_5 conda-forge
pyzmq 25.0.2 py310hcd737a0_0 conda-forge
qt-main 5.15.8 h2c8576c_11 conda-forge
qtconsole 5.4.3 pyhd8ed1ab_0 conda-forge
qtconsole-base 5.4.3 pyha770c72_0 conda-forge
qtpy 2.3.1 pyhd8ed1ab_0 conda-forge
rfc3339-validator 0.1.4 pyhd8ed1ab_0 conda-forge
rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge
send2trash 1.8.2 pyh08f2357_0 conda-forge
setuptools 66.0.0 py310haa95532_0
sip 6.7.9 py310h00ffb61_0 conda-forge
six 1.16.0 pyh6c4a22f_0 conda-forge
sniffio 1.3.0 pyhd8ed1ab_0 conda-forge
soupsieve 2.3.2.post1 pyhd8ed1ab_0 conda-forge
sqlite 3.41.2 h2bbff1b_0
stack_data 0.6.2 pyhd8ed1ab_0 conda-forge
suitesparse 5.4.0 h5d0cbe0_1 conda-forge
tbb 2021.9.0 h91493d7_0 conda-forge
terminado 0.15.0 py310h5588dad_0 conda-forge
tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge
tk 8.6.12 h2bbff1b_0
toml 0.10.2 pyhd8ed1ab_0 conda-forge
tomli 2.0.1 pyhd8ed1ab_0 conda-forge
tornado 6.3.2 py310h8d17308_0 conda-forge
traitlets 5.9.0 pyhd8ed1ab_0 conda-forge
typing-extensions 4.5.0 hd8ed1ab_0 conda-forge
typing_extensions 4.5.0 pyha770c72_0 conda-forge
tzdata 2023c h04d1e81_0
ucrt 10.0.22621.0 h57928b3_0 conda-forge
vc 14.2 h21ff451_1
vc14_runtime 14.34.31931 h5081d32_16 conda-forge
vlfeat 0.9.20 h2fa13f4_1002 conda-forge
vs2015_runtime 14.34.31931 hed1258a_16 conda-forge
wcwidth 0.2.6 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
websocket-client 1.5.1 pyhd8ed1ab_0 conda-forge
wheel 0.38.4 py310haa95532_0
widgetsnbextension 4.0.7 pyhd8ed1ab_0 conda-forge
winpty 0.4.3 4 conda-forge
xz 5.4.2 h8cc25b3_0
yaml 0.2.5 h8ffe710_2 conda-forge
zeromq 4.3.4 h0e60522_1 conda-forge
zipp 3.15.0 pyhd8ed1ab_0 conda-forge
zstd 1.5.2 h12be248_6 conda-forge

conda list for existing environment (where import pycolmap produces the DLL error):

Name Version Build Channel
anyio 3.6.2 pyhd8ed1ab_0 conda-forge
appdirs 1.4.4 pyhd3eb1b0_0
argon2-cffi 21.3.0 pyhd8ed1ab_0 conda-forge
argon2-cffi-bindings 21.2.0 py310h8d17308_3 conda-forge
asttokens 2.2.1 pyhd8ed1ab_0 conda-forge
astunparse 1.6.3 pypi_0 pypi
attrs 23.1.0 pyh71513ae_1 conda-forge
babel 2.12.1 pyhd8ed1ab_1 conda-forge
backcall 0.2.0 pyh9f0ad1d_0 conda-forge
backports 1.0 pyhd8ed1ab_3 conda-forge
backports.functools_lru_cache 1.6.4 pyhd8ed1ab_0 conda-forge
beautifulsoup4 4.12.2 pyha770c72_0 conda-forge
blas 1.0 mkl
bleach 6.0.0 pyhd8ed1ab_0 conda-forge
boltons 23.0.0 py310haa95532_0
boost-cpp 1.78.0 h9f4b32c_3 conda-forge
bottleneck 1.3.5 py310h9128911_0
brotlipy 0.7.0 py310h2bbff1b_1002
bzip2 1.0.8 he774522_0
ca-certificates 2023.5.7 h56e8100_0 conda-forge
ceres-solver 2.1.0 hb02fd38_1 conda-forge
certifi 2023.5.7 pyhd8ed1ab_0 conda-forge
cffi 1.15.1 py310h2bbff1b_3
charset-normalizer 2.0.4 pyhd3eb1b0_0
colmap 3.8 gpuh324df76_100 conda-forge
colorama 0.4.6 py310haa95532_0
comm 0.1.3 pyhd8ed1ab_0 conda-forge
conda 23.3.1 py310h5588dad_0 conda-forge
conda-package-handling 2.0.2 py310haa95532_0
conda-package-streaming 0.7.0 py310haa95532_0
cryptography 39.0.1 py310h21b164f_0
cuda-cccl 12.1.109 0 nvidia
cuda-cudart 11.8.89 0 nvidia
cuda-cudart-dev 11.8.89 0 nvidia
cuda-cupti 11.8.87 0 nvidia
cuda-libraries 11.8.0 0 nvidia
cuda-libraries-dev 11.8.0 0 nvidia
cuda-nvrtc 11.8.89 0 nvidia
cuda-nvrtc-dev 11.8.89 0 nvidia
cuda-nvtx 11.8.86 0 nvidia
cuda-profiler-api 12.1.105 0 nvidia
cuda-runtime 11.8.0 0 nvidia
cudatoolkit 11.8.0 hd77b12b_0
debugpy 1.6.7 py310h00ffb61_0 conda-forge
decorator 5.1.1 pyhd8ed1ab_0 conda-forge
defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge
eigen 3.4.0 h2d74725_0 conda-forge
einops 0.6.1 pyhd8ed1ab_0 conda-forge
entrypoints 0.4 pyhd8ed1ab_0 conda-forge
executing 1.2.0 pyhd8ed1ab_0 conda-forge
fastcore 1.3.26 pypi_0 pypi
fastprogress 1.0.3 py_0 fastai
fastrelease 0.1.17 pypi_0 pypi
fftw 3.3.9 h2bbff1b_1
filelock 3.9.0 py310haa95532_0
flann 1.9.1 h7dfa0ef_1008 conda-forge
flit-core 3.9.0 pyhd8ed1ab_0 conda-forge
fmt 9.1.0 h6d14046_0
freeglut 3.2.2 h0e60522_1 conda-forge
freeimage 3.18.0 h33f27b4_0 conda-forge
freetype 2.12.1 ha860e81_0
gdown 4.7.1 pypi_0 pypi
gettext 0.21.1 h5728263_0 conda-forge
gflags 2.2.2 ha925a31_0
ghapi 0.1.22 pypi_0 pypi
giflib 5.2.1 h8cc25b3_3
glew 2.1.0 hd77b12b_3
glib 2.76.2 h12be248_0 conda-forge
glib-tools 2.76.2 h12be248_0 conda-forge
glog 0.6.0 h4797de2_0 conda-forge
gst-plugins-base 1.22.0 h001b923_2 conda-forge
gstreamer 1.22.0 h6b5321d_2 conda-forge
h5py 3.7.0 py310hfc34f40_0 anaconda
hdf5 1.10.6 h1756f20_1
hloc 1.3 dev_0
huggingface_hub 0.10.1 py310haa95532_0
icc_rt 2022.1.0 h6049295_2
icu 70.1 h0e60522_0 conda-forge
idna 3.4 py310haa95532_0
importlib-metadata 6.6.0 pyha770c72_0 conda-forge
importlib_metadata 6.6.0 hd8ed1ab_0 conda-forge
importlib_resources 5.12.0 pyhd8ed1ab_0 conda-forge
intel-openmp 2021.4.0 haa95532_3556
ipykernel 6.23.1 pyh025b116_0 conda-forge
ipython 8.13.2 pyh08f2357_0 conda-forge
ipython_genutils 0.2.0 py_1 conda-forge
ipywidgets 8.0.6 pyhd8ed1ab_0 conda-forge
jasper 2.0.33 hc2e4405_1 conda-forge
jedi 0.18.2 pyhd8ed1ab_0 conda-forge
jinja2 3.1.2 py310haa95532_0
joblib 1.1.1 py310haa95532_0
jpeg 9e h2bbff1b_1
json5 0.9.5 pyh9f0ad1d_0 conda-forge
jsonpatch 1.32 pyhd3eb1b0_0
jsonpointer 2.1 pyhd3eb1b0_0
jsonschema 4.17.3 pyhd8ed1ab_0 conda-forge
jupyter 1.0.0 py310h5588dad_8 conda-forge
jupyter_client 8.2.0 pyhd8ed1ab_0 conda-forge
jupyter_console 6.6.3 pyhd8ed1ab_0 conda-forge
jupyter_core 5.3.0 py310h5588dad_0 conda-forge
jupyter_events 0.6.3 pyhd8ed1ab_0 conda-forge
jupyter_server 2.5.0 pyhd8ed1ab_0 conda-forge
jupyter_server_terminals 0.4.4 pyhd8ed1ab_1 conda-forge
jupyterlab 3.5.3 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_server 2.22.1 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.7 pyhd8ed1ab_0 conda-forge
kornia 0.6.12 pyhd8ed1ab_0 conda-forge
krb5 1.20.1 heb0366b_0 conda-forge
lerc 3.0 hd77b12b_0
libarchive 3.6.2 h27c7867_0 conda-forge
libblas 3.9.0 12_win64_mkl conda-forge
libcblas 3.9.0 12_win64_mkl conda-forge
libclang 15.0.7 default_h77d9078_1 conda-forge
libclang13 15.0.7 default_h77d9078_1 conda-forge
libcublas 11.11.3.6 0 nvidia
libcublas-dev 11.11.3.6 0 nvidia
libcufft 10.9.0.58 0 nvidia
libcufft-dev 10.9.0.58 0 nvidia
libcurand 10.3.2.106 0 nvidia
libcurand-dev 10.3.2.106 0 nvidia
libcurl 7.88.1 h86230a5_0
libcusolver 11.4.1.48 0 nvidia
libcusolver-dev 11.4.1.48 0 nvidia
libcusparse 11.7.5.86 0 nvidia
libcusparse-dev 11.7.5.86 0 nvidia
libdeflate 1.17 h2bbff1b_0
libffi 3.4.4 hd77b12b_0
libglib 2.76.2 he8f3873_0 conda-forge
libiconv 1.17 h8ffe710_0 conda-forge
liblapack 3.9.0 12_win64_mkl conda-forge
liblapacke 3.9.0 12_win64_mkl conda-forge
libmamba 1.4.2 h8a7d157_0 conda-forge
libmambapy 1.4.2 py310h3fe4c2e_0 conda-forge
libnpp 11.8.0.86 0 nvidia
libnpp-dev 11.8.0.86 0 nvidia
libnvjpeg 11.9.0.86 0 nvidia
libnvjpeg-dev 11.9.0.86 0 nvidia
libogg 1.3.5 h2bbff1b_1
libopencv 4.6.0 py310he958ad5_0 conda-forge
libpng 1.6.39 h8cc25b3_0
libprotobuf 3.20.3 h23ce68f_0
libsodium 1.0.18 h8d14728_1 conda-forge
libsolv 0.7.23 h12be248_0 conda-forge
libsqlite 3.41.2 hcfcfb64_1 conda-forge
libssh2 1.10.0 h9a1e1f7_3 conda-forge
libtiff 4.4.0 h8a3f274_2
libuv 1.44.2 h2bbff1b_0
libvorbis 1.3.7 he774522_0
libwebp 1.2.4 hbc33d0d_1
libwebp-base 1.2.4 h2bbff1b_1
libxml2 2.10.3 h0ad7f3c_0
libzlib 1.2.13 hcfcfb64_4 conda-forge
lz4-c 1.9.4 h2bbff1b_0
lzo 2.10 he774522_2
mamba 1.4.2 py310hd9d798f_0 conda-forge
markupsafe 2.1.1 py310h2bbff1b_0
matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge
menuinst 1.4.19 py310h59b6b97_0
metis 5.1.0 h6538335_4
mistune 2.0.5 pyhd8ed1ab_0 conda-forge
mkl 2021.4.0 h0e2418a_729 conda-forge
mkl-service 2.4.0 py310h2bbff1b_0
mkl_fft 1.3.1 py310ha0764ea_0
mkl_random 1.2.2 py310h4ed8f06_0
mpfr 4.0.2 h62dcd97_1
mpir 3.0.0 hec2e145_1
mpmath 1.2.1 py310haa95532_0
nbclassic 1.0.0 pyhb4ecaf3_1 conda-forge
nbclient 0.7.4 pyhd8ed1ab_0 conda-forge
nbconvert 5.6.1 pypi_0 pypi
nbconvert-core 7.4.0 pyhd8ed1ab_0 conda-forge
nbconvert-pandoc 7.4.0 pyhd8ed1ab_0 conda-forge
nbdev 1.1.22 pypi_0 pypi
nbformat 5.8.0 pyhd8ed1ab_0 conda-forge
nbverbose 0.0.9 pypi_0 pypi
nest-asyncio 1.5.6 pyhd8ed1ab_0 conda-forge
networkx 2.8.4 py310haa95532_1
notebook 6.5.4 pyha770c72_0 conda-forge
notebook-shim 0.2.3 pyhd8ed1ab_0 conda-forge
numexpr 2.8.4 py310hd213c9f_0
numpy 1.24.3 py310hdc03b94_0
numpy-base 1.24.3 py310h3caf3d7_0
opencv 4.6.0 py310h5588dad_0 conda-forge
opencv-contrib-python 4.7.0.72 pypi_0 pypi
openssl 3.1.0 hcfcfb64_3 conda-forge
packaging 23.0 py310haa95532_0
pandas 1.5.2 pypi_0 pypi
pandoc 2.19.2 h57928b3_2 conda-forge
pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge
parso 0.8.3 pyhd8ed1ab_0 conda-forge
pcre2 10.40 h17e33f8_0 conda-forge
pickleshare 0.7.5 py_1003 conda-forge
pillow 9.5.0 pypi_0 pypi
pip 23.0.1 py310haa95532_0
pkgutil-resolve-name 1.3.10 pyhd8ed1ab_0 conda-forge
platformdirs 3.5.1 pyhd8ed1ab_0 conda-forge
plotly 5.14.1 pypi_0 pypi
pluggy 1.0.0 py310haa95532_1
ply 3.11 py_1 conda-forge
pooch 1.4.0 pyhd3eb1b0_0
prometheus_client 0.16.0 pyhd8ed1ab_0 conda-forge
prompt-toolkit 3.0.38 pyha770c72_0 conda-forge
prompt_toolkit 3.0.38 hd8ed1ab_0 conda-forge
protobuf 3.20.3 py310hd77b12b_0
psutil 5.9.5 py310h8d17308_0 conda-forge
pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge
py-opencv 4.6.0 py310hbbfc1a7_0 conda-forge
pybind11-abi 4 hd3eb1b0_1
pycolmap 0.4.0 cuda112py310ha5a9464_0 conda-forge
pycosat 0.6.4 py310h2bbff1b_0
pycparser 2.21 pyhd3eb1b0_0
pygments 2.15.1 pyhd8ed1ab_0 conda-forge
pyopenssl 23.0.0 py310haa95532_0
pyqt 5.15.7 py310h1fd54f2_3 conda-forge
pyqt5-sip 12.11.0 py310h00ffb61_3 conda-forge
pyrsistent 0.19.3 py310h8d17308_0 conda-forge
pysocks 1.7.1 py310haa95532_0
python 3.10.11 h4de0772_0_cpython conda-forge
python-dateutil 2.8.2 pyhd3eb1b0_0
python-fastjsonschema 2.16.3 pyhd8ed1ab_0 conda-forge
python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge
python-wget 3.2 py_0 conda-forge
python_abi 3.10 3_cp310 conda-forge
pytorch 2.0.0 py3.10_cuda11.8_cudnn8_0 pytorch
pytorch-cuda 11.8 h24eeafa_3 pytorch
pytorch-mutex 1.0 cuda pytorch
pytz 2022.7 py310haa95532_0
pywin32 304 py310h00ffb61_2 conda-forge
pywinpty 2.0.10 py310h00ffb61_0 conda-forge
pyyaml 6.0 py310h2bbff1b_1
pyzmq 25.0.2 py310hcd737a0_0 conda-forge
qt 5.15.8 h91493d7_0 conda-forge
qt-main 5.15.8 h720456b_6 conda-forge
qt-webengine 5.15.8 h5b1ea0b_0 conda-forge
qtconsole 5.4.3 pyhd8ed1ab_0 conda-forge
qtconsole-base 5.4.3 pyha770c72_0 conda-forge
qtpy 2.3.1 pyhd8ed1ab_0 conda-forge
reproc 14.2.4 hd77b12b_1
reproc-cpp 14.2.4 hd77b12b_1
requests 2.29.0 py310haa95532_0
rfc3339-validator 0.1.4 pyhd8ed1ab_0 conda-forge
rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge
ruamel.yaml 0.17.21 py310h2bbff1b_0
ruamel.yaml.clib 0.2.6 py310h2bbff1b_1
safetensors 0.3.1 py310h87d50f1_0 conda-forge
scikit-learn 1.2.0 py310hd77b12b_0 anaconda
scipy 1.10.0 py310hb9afe5d_0 anaconda
send2trash 1.8.2 pyh08f2357_0 conda-forge
setuptools 66.0.0 py310haa95532_0
sip 6.7.9 py310h00ffb61_0 conda-forge
six 1.16.0 pyhd3eb1b0_1
sniffio 1.3.0 pyhd8ed1ab_0 conda-forge
soupsieve 2.3.2.post1 pyhd8ed1ab_0 conda-forge
stack_data 0.6.2 pyhd8ed1ab_0 conda-forge
suitesparse 5.10.1 h9517aaa_2
sympy 1.11.1 py310haa95532_0
tbb 2021.8.0 h59b6b97_0
tenacity 8.2.2 pypi_0 pypi
tensorboardx 2.2 pyhd3eb1b0_0
terminado 0.15.0 py310h5588dad_0 conda-forge
testpath 0.6.0 pypi_0 pypi
threadpoolctl 2.2.0 pyh0d69192_0
timm 0.9.2 pyhd8ed1ab_0 conda-forge
tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge
tk 8.6.12 h2bbff1b_0
toml 0.10.2 pyhd8ed1ab_0 conda-forge
tomli 2.0.1 pyhd8ed1ab_0 conda-forge
toolz 0.12.0 py310haa95532_0
torchaudio 2.0.0 pypi_0 pypi
torchvision 0.13.1 cpu_py310h378ed51_0
tornado 6.3.2 py310h8d17308_0 conda-forge
tqdm 4.65.0 py310h9909e9c_0
traitlets 5.9.0 pyhd8ed1ab_0 conda-forge
typing-extensions 4.5.0 py310haa95532_0
typing_extensions 4.5.0 py310haa95532_0
tzdata 2023c h04d1e81_0
ucrt 10.0.20348.0 haa95532_0
urllib3 1.26.15 py310haa95532_0
vc 14.2 h21ff451_1
vc14_runtime 14.34.31931 h5081d32_16 conda-forge
vlfeat 0.9.20 h2fa13f4_1002 conda-forge
vs2015_runtime 14.34.31931 hed1258a_16 conda-forge
wcwidth 0.2.6 pyhd8ed1ab_0 conda-forge
webencodings 0.5.1 py_1 conda-forge
websocket-client 1.5.1 pyhd8ed1ab_0 conda-forge
wheel 0.38.4 py310haa95532_0
widgetsnbextension 4.0.7 pyhd8ed1ab_0 conda-forge
win_inet_pton 1.1.0 py310haa95532_0
winpty 0.4.3 4 conda-forge
xz 5.4.2 h8cc25b3_0
yaml 0.2.5 he774522_0
yaml-cpp 0.7.0 hd77b12b_1
zeromq 4.3.4 h0e60522_1 conda-forge
zipp 3.15.0 pyhd8ed1ab_0 conda-forge
zlib 1.2.13 hcfcfb64_4 conda-forge
zstandard 0.19.0 py310h2bbff1b_0
zstd 1.5.5 hd43e919_0

from pycolmap.

Coronal-Halo avatar Coronal-Halo commented on July 20, 2024

Thanks, I didn't notice. As far as I could remember I used pip install since some conda install did not work while pip install the same package worked.

Update: You are right, after I made the new environment and installed everything using conda the error disappeared.

from pycolmap.

sarlinpe avatar sarlinpe commented on July 20, 2024

We now have instructions to build PyCOLMAP on Windows. We also have pre-built wheels that are available here and can be installed with pip. I don't have a Windows machine at hand so it'd be great if someone could confirm that they work. We'll then release them on PyPI.

from pycolmap.

Related Issues (20)

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.