yuecideng / Misc3D

A unified library for 3D data processing with both c++ and python API
MIT License
62 stars 10 forks source link

pip install misc3d in Windows #31

Open kungkook opened 1 year ago

kungkook commented 1 year ago

pip install misc3d -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple ERROR: Could not find a version that satisfies the requirement misc3d (from versions: none) ERROR: No matching distribution found for misc3d

who can help me? how to install misc3d for windows?

yuecideng commented 1 year ago

Hi, you can't install misc3d from pip directly because I did not update it to the PyPi. The only way to install python binding is to follow the installation steps mentioned in README.

kungkook commented 1 year ago

Hi, you can't install misc3d from pip directly because I did not update it to the PyPi. The only way to install python binding is to follow the installation steps mentioned in README.

Are there any requirements for windows version? I cannot compile on Windows 11