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

Problems in Prepare_physionet #38

Open
JiangPeiy opened this issue Dec 28, 2020 · 1 comment
Open

Problems in Prepare_physionet #38

JiangPeiy opened this issue Dec 28, 2020 · 1 comment

Comments

@JiangPeiy
Copy link

/Users/apple/.conda/envs/EEG_classification/bin/python /Users/apple/PycharmProjects/deepsleepnet/prepare_physionet.py
Traceback (most recent call last):
File "/Users/apple/PycharmProjects/deepsleepnet/prepare_physionet.py", line 217, in
main()
File "/Users/apple/PycharmProjects/deepsleepnet/prepare_physionet.py", line 72, in main
os.makedirs(args.output_dir)
File "/Users/apple/.conda/envs/EEG_classification/lib/python3.7/os.py", line 213, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/Users/apple/.conda/envs/EEG_classification/lib/python3.7/os.py", line 213, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/Users/apple/.conda/envs/EEG_classification/lib/python3.7/os.py", line 223, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/data'

Process finished with exit code 1

Here is the problem that I met and I tried many ways like sodu but it did not work.

@besaman
Copy link

besaman commented Feb 28, 2021

looks like you don't have a '/data' folder ??

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