mooch443 / trex

TRex, a fast multi-animal tracking system with markerless identification, and 2D estimation of posture and visual fields.
https://trex.run
GNU General Public License v3.0
81 stars 8 forks source link

Problem while installing TRex on MacOS #207

Open pradyutk42 opened 1 year ago

pradyutk42 commented 1 year ago

Describe the bug I am trying to install the trakcking package on my MacOS (M1) system. All steps still conda package installation are completed. However, when I go to build the trex package using ./build_conda_package.sh, it forms an unknown error, thereby breaking the installation program.

To Reproduce Steps to reproduce the behavior:

  1. Follow the installation steps given on the TRex documentation website
  2. reach the build trex portion

Terminal Saved Output.txt

If possible, please also include the full terminal output as a file attachment.

Expected behavior (if it is not a simple crash) I expected the trex installation to complete, so that I could then run the TRex package using conda.

Screenshots Added. image

Computer (please complete the following information):

Additional context Add any other context about the problem here. For crashes it may be very helpful to include the file (and settings) that made the program crash. Although please be aware that anything posted here will be public.

mooch443 commented 1 year ago

Hey, is it important for your use-case to build the package manually, or why did you choose that route? It may be easier to install a precompiled version from the conda repositories. Since you already have conda, the following should do the trick:

conda create -n tracking -c trexing trex