OpenDroneMap / OpenDroneMap/ODM

MacOS native install: No formulae or casks found for tbb@2020

Open
#1,763 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

possible software fault
Dominant language
Python
Stars
6.5k
Forks
1.3k
Avg merge
5d 6h
Merged PRs (30d)
4

Description

How did you install ODM? (Docker, installer, natively, ...)?

natively on mac

What is the problem?

This line in configure_macos.sh:

brew install cmake gcc@12 python@3.8 tbb@2020 eigen gdal boost cgal libomp

Is giving this error:

Warning: No available formula with the name "tbb@2020".
==> Searching for similarly named formulae and casks...
Error: No formulae or casks found for tbb@2020.
What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.

It should configure macos correctly

How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset AND task output log, uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).
git clone https://github.com/OpenDroneMap/ODM
cd ODM
bash configure_macos.sh install

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with configure_macos.sh and reproduce the reported command, bash configure_macos.sh install, on macOS. Check the Homebrew dependency installation line and verify that configuration completes without the tbb@2020 formula error.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, python, shell
Domain
build-system, operating-systems
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.