Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. /opt/sagemath-9.1/local/lib/python3.7/site-packages/psutil/_pscygwin.py:311: DeprecationWarning: invalid escape sequence \d
  2. search = re.compile('cpu\d')
  3. /opt/sagemath-9.1/local/lib/python3.7/site-packages/psutil/_pscygwin.py:876: DeprecationWarning: invalid escape sequence \d
  4. def uids(self, _uids_re=re.compile(b'Uid:\t(\d+)')):
  5. /opt/sagemath-9.1/local/lib/python3.7/site-packages/psutil/_pscygwin.py:887: DeprecationWarning: invalid escape sequence \d
  6. def gids(self, _gids_re=re.compile(b'Gid:\t(\d+)')):
  7. Traceback (most recent call last):
  8. File "/opt/sagemath-9.1/src/bin/sage-eval", line 10, in <module>
  9. eval(compile(s,'<cmdline>','exec'))
  10. File "<cmdline>", line 1
  11. SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement