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

PermissionError: [Errno 13] Permission denied #302

Open
nbargues opened this issue Jul 29, 2022 · 0 comments
Open

PermissionError: [Errno 13] Permission denied #302

nbargues opened this issue Jul 29, 2022 · 0 comments

Comments

@nbargues
Copy link

Hello, I have the following issue :

If you read this then NanoPlot 1.40.0 has crashed :-(
Please try updating NanoPlot and see if that helps...

If not, please report this issue at https://github.com/wdecoster/NanoPlot/issues
If you could include the log file that would be really helpful.
Thanks!

Traceback (most recent call last):
File "/opt/miniconda3/bin/NanoPlot", line 8, in
sys.exit(main())
File "/opt/miniconda3/lib/python3.8/site-packages/nanoplot/NanoPlot.py", line 59, in main
datadf = get_input(
File "/opt/miniconda3/lib/python3.8/site-packages/nanoget/nanoget.py", line 86, in get_input
with cfutures.ProcessPoolExecutor(max_workers=filethreads) as executor:
File "/opt/miniconda3/lib/python3.8/concurrent/futures/process.py", line 555, in init
self._call_queue = _SafeQueue(
File "/opt/miniconda3/lib/python3.8/concurrent/futures/process.py", line 165, in init
super().init(max_size, ctx=ctx)
File "/opt/miniconda3/lib/python3.8/multiprocessing/queues.py", line 42, in init
self._rlock = ctx.Lock()
File "/opt/miniconda3/lib/python3.8/multiprocessing/context.py", line 68, in Lock
return Lock(ctx=self.get_context())
File "/opt/miniconda3/lib/python3.8/multiprocessing/synchronize.py", line 162, in init
SemLock.init(self, SEMAPHORE, 1, 1, ctx=ctx)
File "/opt/miniconda3/lib/python3.8/multiprocessing/synchronize.py", line 57, in init
sl = self._semlock = _multiprocessing.SemLock(
PermissionError: [Errno 13] Permission denied

I've seen the issue #296 but it's not a problem of chmod from kaleido for me.

Do you have an idea why I have this issue ? Thanks

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