Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS permission error #35

Open
scphantm opened this issue Aug 17, 2016 · 0 comments
Open

MacOS permission error #35

scphantm opened this issue Aug 17, 2016 · 0 comments

Comments

@scphantm
Copy link

When I do a deps on my Mac, i get this

jip [Finished] dependencies resolved
Traceback (most recent call last):
  File "/usr/local/bin/jip", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.5/site-packages/jip/main.py", line 62, in main
    commands[cmd](**args)
  File "/usr/local/lib/python3.5/site-packages/jip/commands.py", line 47, in wrapper
    index_manager.finalize()
  File "/usr/local/lib/python3.5/site-packages/jip/index.py", line 104, in finalize
    self.persist()
  File "/usr/local/lib/python3.5/site-packages/jip/index.py", line 72, in persist
    picklefile = open(self.filepath, 'wb')
PermissionError: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/.jip_index'

Its trying to write the .jip_index to a Mac system folder that even admins don't have access too. It should be writing it to ~/.jip or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant