You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Feature/playback get imu sample (#150)
* feat(playback-imu-sample): add "get_next_imu_sample" to playback
* fix(playback-imu-sample): PR changes, add correct indentation, add import in playback.py
* add info related to conda and DLL not found error
* update black version (fix click bug) (#168)
* update black version (fix click bug)
* black reformat
* fix typo
Co-authored-by: Louis-Philippe Asselin <[email protected]>
Co-authored-by: annStein <[email protected]>
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,8 @@ pip install pyk4a
34
34
35
35
In most cases `pip install pyk4a` is enough to install this package.
36
36
37
+
When using an anaconda environment, you need to set the environment variable `CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1`https://github.com/conda/conda/issues/10897
38
+
37
39
Because of the numerous issues received from Windows users, the installer ([setup.py](setup.py)) automatically detects the kinect SDK path.
38
40
39
41
When the installer is not able to find the path, the following snippet can help.
0 commit comments