robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

atrcopy dependency broken #255

Closed marianodominguez closed 5 years ago

marianodominguez commented 5 years ago

In python 2.7, it tries to install latest atrcopy, since 7.0. It requires 3.6

in order to fix it , I installed an older version first.

pip install atrcopy==6.5.0

robmcmullen commented 5 years ago

This is "fixed" in two ways: Omnivore doesn't require atrcopy any more, and it requires python 3. I've abandoned python 2 now, so unfortunately for this particular issue it's as fixed as it's going to get. Hopefully you can move to python 3.