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

Python Import Error built on Win10 RTX3090 CUDA 11.4 #5803

Open
3 tasks done
JasonDoingGreat opened this issue Dec 21, 2022 · 3 comments
Open
3 tasks done

Python Import Error built on Win10 RTX3090 CUDA 11.4 #5803

JasonDoingGreat opened this issue Dec 21, 2022 · 3 comments
Labels
build/install Build or installation issue

Comments

@JasonDoingGreat
Copy link

Checklist

Steps to reproduce the issue

I first cloned Open3D by:

git clone https://github.com/isl-org/Open3D.git
cd Open3D

Then, I build Open3D (on Windows 10, with CUDA 11.4 of RTX3090 GPU, Anaconda Python3.9.12) with CMake-GUI:

Choose Visual Studio 16 2019, x64 platform
Configure
Check BUILD_CUDA_MODULE
Configure
Generate
Open Visual Studio 2019, Build ALL

Then go to lib/python_package in command line, try import open3d from there, error occurs.

Error message

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "D:\Codes\Open3D_build\lib\python_package\open3d\__init__.py", line 76, in <module>
    from open3d.cuda.pybind import (camera, data, geometry, io,
ImportError: RedwoodIndoorLivingRoom1: PyType_Ready failed (UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 281: invalid continuation byte)!

Open3D, Python and System information

- Operating system: Windows 10 64-bit
- Python version: Python 3.9.12 / output from `import sys; print(sys.version)`
- Open3D version: 0.16.0 output from python: `print(open3d.__version__)`
- System architecture: x86
- Is this a remote workstation?: no
- How did you install Open3D?: build from source
- Compiler version (if built from source): MSVC 19.29.30142.1

Additional information

No response

@JasonDoingGreat JasonDoingGreat added the build/install Build or installation issue label Dec 21, 2022
@Buffyqsf
Copy link

Buffyqsf commented Mar 7, 2023

have you solve this? I've met a similar error and don't know how to sovle it.

@hengseuer
Copy link

I avoid this problem by building from source code with version=0.15.1.

@Buffyqsf
Copy link

Buffyqsf commented Apr 7, 2023

Thank you very much. I turn to Linux at last haha, but still thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/install Build or installation issue
Projects
None yet
Development

No branches or pull requests

3 participants