Requirements to make it work on M1
See original GitHub issueWhile installing pip install imaginairy
on Mac (M1) it needs a dependency basicsr
, this will build from the source and fails: error: can't find Rust compiler
After installing rust on the recommended way and restarting the terminal it was able to install the package.
After successfully installing there was a runtime issue:
The protobuf
version 3.19.5
has an issue. need to downgrade / pin protobuf (pip install protobuf==3.19.4
)
Downloading,… waiting for first image to appear… 😃
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Apple M1 Processor Overview and Compatibility - Toptal
UNIX-based operating systems can run on ARM and x86, so in theory, it shouldn't be too hard, but there could be problems with...
Read more >Everything you need to know about the M1 chip - Macworld
If you want an M1 Mac with more than 16GB of RAM, your choices are the 14- and 16-inch MacBook Pro, and the...
Read more >Apple M1 Chip: Everything You Need to Know - MacRumors
There is no Boot Camp for M1 Macs and M1 Macs are not officially able to run Windows, although some users are figuring...
Read more >M1 Visa for Vocational Students - Requirements and How to ...
M1 Visa Requirements You should collect the following documents when applying for an M1 visa: A valid passport for 6 more months after...
Read more >How to Install Unsupported Development Software on M1 Macs
Most tools and programs will work perfectly fine on M1 architecture, but some tools require installation that won't work. In our example, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll update the directions to include rust installation
@abrambailey that’s excellent info. it looks like I was mistaken about rust being installed on my system. the tokenizer lib doesn’t provide an osx arm wheel so it does have to be compiled.