question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Requirements to make it work on M1

See original GitHub issue

While 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:closed
  • Created a year ago
  • Reactions:2
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
brycedrennancommented, Sep 20, 2022

I’ll update the directions to include rust installation

1reaction
brycedrennancommented, Sep 20, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found