lra / mackup

Keep your application settings in sync (OS X/Linux)
GNU General Public License v3.0
14.57k stars 932 forks source link

Issues installing with Brew 0.9.5 #667

Open nocode99 opened 9 years ago

nocode99 commented 9 years ago

On OS X 10.10.5 with Brew 0.9.5

I installed mackup with no issues and tried running 'mackup backup' and got this error:

Traceback (most recent call last): File "/usr/local/Cellar/mackup/0.8.8/libexec/bin/mackup", line 9, in load_entry_point('mackup==0.8.8', 'console_scripts', 'mackup')() File "/usr/local/Cellar/mackup/0.8.8/libexec/lib/python2.7/site-packages/mackup/main.py", line 52, in main if args['force']: KeyError: 'force'

I was able to uninstall and then install with Pip instead and was able to backup with no issues.

DannyNemer commented 9 years ago

I am experiencing the same issue (installed via brew v0.9.5), which occurs for both mackup backup and mackup restore:

Traceback (most recent call last):
  File "/usr/local/Cellar/mackup/0.8.12/libexec/bin/mackup", line 9, in <module>
    load_entry_point('mackup==0.8.12', 'console_scripts', 'mackup')()
  File "/usr/local/Cellar/mackup/0.8.12/libexec/lib/python2.7/site-packages/mackup/main.py", line 121, in main
    app.restore()
  File "/usr/local/Cellar/mackup/0.8.12/libexec/lib/python2.7/site-packages/mackup/application.py", line 188, in restore
    utils.link(mackup_filepath, home_filepath)
  File "/usr/local/Cellar/mackup/0.8.12/libexec/lib/python2.7/site-packages/mackup/utils.py", line 133, in link
    assert os.path.exists(target)
AssertionError

mackup: 0.8.12 OS: OS X 10.11.1 brew: 0.9.5