marek-simonik / record3d

Accompanying library for the Record3D iOS app (https://record3d.app/). Allows you to receive RGBD stream from iOS devices with TrueDepth camera(s).
https://record3d.app/
GNU Lesser General Public License v2.1
379 stars 55 forks source link

Problem when trying to install record3d package #51

Closed xuewang1997 closed 1 year ago

xuewang1997 commented 1 year ago

Hi, I'm trying to install the newest version 3.1.1 of Record3d package using pip. However, I got this error message:

Collecting record3d Using cached record3d-1.3.1-1.tar.gz (539 kB) Preparing metadata (setup.py) ... done Discarding https://files.pythonhosted.org/packages/bd/ef/9f785310e900e88cc01d98443bec956c8bda1901a099642dae68db5c9f8b/record3d-1.3.1-1.tar.gz (from https://pypi.org/simple/record3d/): Requested record3d from https://files.pythonhosted.org/packages/bd/ef/9f785310e900e88cc01d98443bec956c8bda1901a099642dae68db5c9f8b/record3d-1.3.1-1.tar.gz has inconsistent version: expected '1.3.1.post1', but metadata has '1.3.1' Using cached record3d-1.3.0-cp310-cp310-macosx_10_15_x86_64.whl Requirement already satisfied: numpy in ./opt/miniconda3/envs/LipMotion/lib/python3.10/site-packages (from record3d) (1.23.5) Installing collected packages: record3d Successfully installed record3d-1.3.0

Instead of version 1.3.1, it installed old version automatically and I encountered the same segmentation fault problem. Could you please help to figure it out?

Thank you so much!

marek-simonik commented 1 year ago

I uploaded a new version of the record3d module to PyPI (the only difference is change of the release version string from 1.3.1 to 1.3.1.post2).

Please try to install record3d via pip again. In case of emergency, you can install directly from the source code, as mentioned in the Readme:

git clone https://github.com/marek-simonik/record3d
cd record3d
python setup.py install

Please let me know if it was possible to install record3d via pip now. Thanks.

marek-simonik commented 1 year ago

I assume this problem has been solved, so I'm closing this issue. Feel free to reopen if there are still problems during installation.