Permission error when running tutorial episode 04
See original GitHub issueHi, 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:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for opening the issue. We will make it configurable in the next release.
Thanks a lot. We will get this merged and you unblocked!