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

FileNotFoundError: [Errno 2] No such file or directory: '/proc' #1

Closed
wtroughton opened this issue Jun 26, 2017 · 1 comment
Closed

Comments

@wtroughton
Copy link

wtroughton commented Jun 26, 2017

Upon installation, the command line interface does not work due to '/proc' missing. I have the proc directory as well.

The error resides in
File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/proc/core.py", line 693, in find_processes

Should note that this installation was done by pip install

xolox added a commit that referenced this issue Jul 10, 2017
…he -f, --force option)

Refer to issue 1 on GitHub for details:
#1
xolox added a commit that referenced this issue Jul 10, 2017
Refer to issue 1 on GitHub for details:
#1
@xolox
Copy link
Owner

xolox commented Jul 10, 2017

Hi Winston and thanks for the feedback. The first line of the readme mentions:

The rsync-system-backup program uses rsync to create full system backups of Linux systems.

Judging by the filename (/Library/Frameworks/Python.framework/...) in the error message you are running macOS. This is not a supported platform.

In an attempt to more explicitly signal unsupported platforms I've now added an error message that needs to be bypassed using the -f or --force option.

This doesn't change macOS support for you, but hopefully it avoids confusion for other users.

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

2 participants