-
Notifications
You must be signed in to change notification settings - Fork 554
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
Getting psutil.AccessDenied error on each and every run #992
Comments
Related to #972 - seems there's an issue with using |
hey, just looked into the docs and found this: giampaolo/psutil#1219 It seems on OSX privileged connections can't be queried atm. Maybe it's possible to try-catch around it and if we're lucky the pid of the docker container runs in unprivileged scope. sudo brownie I'll try to find a test OSX machine 😅 |
@iamdefinitelyahuman Basically, the actual docker process can be queried for connections. The exception occurs only while other privileged processes are queried which have nothing to do with the dockerized ganache. |
Awesome, thank you for solving this! |
Hey there! Thanks for paying attention to my problem, I appreciate that. I've updated Here's the traceback:
|
Unless you install directly from |
Oh, sure, thanks. I'll be waiting :) |
@fedor-ivn pip3 install git+https://github.com/eth-brownie/brownie |
Environment information
brownie
Version: 1.13.4ganache-cli
Version: latest (runs in docker container with standard parameters)solc
Version: doesn't really matterWhat was wrong?
I'm getting this error on each and every run of any brownie command. I've googled it, but haven't found any solutions. I suppose it's a trouble of MacOS, but I am not sure.
I am running brownie only with
sudo
know, but this approach has some limitations and cannot be considered as a solution.How can it be fixed?
I would like to know :) I've checked the issues, but haven't found any corresponding.
Maybe someone faced the same problem?
The text was updated successfully, but these errors were encountered: