question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Permission error when running tutorial episode 04

See original GitHub issue

Hi, I am new to metaflow and currently trying to run through the tutorials in my work environment. As a non-root user of conda, I don’t have write permission for where conda is installed: /opt/miniconda, so I ran into this error when executing episode 04 in which @conda was used:

PermissionError: [Errno 13] Permission denied: '/opt/miniconda/mf_env-creation.lock'

Is there some configuration I can do to assign a new location where this mf_env-creation.lock will be written?

conda version = 4.8.3 metaflow version = 2.0.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
savingoyalcommented, Apr 13, 2020

Thanks for opening the issue. We will make it configurable in the next release.

0reactions
romain-intelcommented, Aug 17, 2020

Thanks a lot. We will get this merged and you unblocked!

Read more comments on GitHub >

github_iconTop Results From Across the Web

PermissionError: [Errno 13] Permission denied Flask.run()
You're trying to run the app on a privileged port (81) - if you use a higher port such as 5000 you won't...
Read more >
The Docker Tutorial: A PHP Container - Laracasts
We're getting closer to running our application, and the last piece we need is a ... Permission denied #20 2.947 ERROR: unable to...
Read more >
How to display device permission errors in a custom video or ...
Adding a device permissions prompt using the Daily SvelteKit app as an ... This is post four in a tutorial series on how...
Read more >
Can't start Bind open: /etc/named.conf: permission denied
On CentOS 7 bind runs by default as named user, not root , hence it cannot read your ... 1 root named 10672...
Read more >
MYSQL Error: 13 (Permission Denied) - Ask Ubuntu
"2021-01-13T04:46:06.336009Z 0 [ERROR] [MY-013129] [Server] A ... Now you can give access permission to above path using below command:
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found