I have my laptop to be the latest MBP with M1 chip. Weird errors popped out while I was trying to install the auto-sklearn package for my machine. I wonder is that package compatible with M1 chip or is there any method that I am able to get it installed on my machine?
Asked
Active
Viewed 514 times
2 Answers
0
I've had the same error as you on a M1 MacBook Air and solved it by doing:
brew install swig

pmadruga
- 99
- 1
- 3
0
brew install swig
is indeed required like @pmadruga said. Here is the official installation guide on MacOS.

Tom Pham
- 26
- 3