Open sam-bringer opened 3 years ago
Hi Sam,
Thanks for reporting this issue! This is probably a redundant question, but here it goes: are you the administrator of your work station and/or are you using a computer with some kind of additional security measures in place (e.g. a laptop from work or the like)?
Thank you for the reply. I am not. I tried running it as an administrator but still got the error. But it probably still might be something related to that.
Maybe it's an Anaconda compatibility issue, but I'm getting the following error:
You're using Windows. Performing system check...
NordVPN installation check: ✓ NordVPN service check: ✓ Opening NordVPN app and disconnecting if necessary...
AttributeError Traceback (most recent call last) ~\anaconda3\lib\site-packages\psutil_common.py in wrapper(self) 448 # case 1: we previously entered oneshot() ctx --> 449 ret = self._cache[fun] 450 except AttributeError:
AttributeError: _cache
During handling of the above exception, another exception occurred:
PermissionError Traceback (most recent call last) ~\anaconda3\lib\site-packages\psutil_pswindows.py in wrapper(self, *args, *kwargs) 678 try: --> 679 return fun(self, args, **kwargs) 680 except OSError as err:
~\anaconda3\lib\site-packages\psutil_common.py in wrapper(self) 451 # case 2: we never entered oneshot() ctx --> 452 return fun(self) 453 except KeyError:
~\anaconda3\lib\site-packages\psutil_pswindows.py in exe(self) 765 else: --> 766 exe = cext.proc_exe(self.pid) 767 if not PY3:
PermissionError: [WinError 24] The program issued a command but the command length is incorrect: '(originated from NtQuerySystemInformation)'
During handling of the above exception, another exception occurred:
AccessDenied Traceback (most recent call last)