You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pip package is not a part of the standard library. The following error might happen in Python3 environments (from the *anaconda-mode* buffer):
/usr/bin/python3: No module named pip
Traceback (most recent call last):
File "/home/user/.emacs.d/straight/build/anaconda-mode/anaconda-mode.py", line 85, in <module>
install_deps_pip()
File "/home/user/.emacs.d/straight/build/anaconda-mode/anaconda-mode.py", line 78, in install_deps_pip
subprocess.check_call(cmd)
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip', 'install', '--target', '/home/user/.emacs.d/anaconda-mode/0.1.15-py3', 'jedi==0.18.1', 'service_factory==0.1.6']' returned non-zero exit status 1.```
The text was updated successfully, but these errors were encountered:
fortaa
added a commit
to fortaa/anaconda-mode
that referenced
this issue
Aug 28, 2022
The pip package is not a part of the standard library. The following error might happen in Python3 environments (from the
*anaconda-mode*
buffer):The text was updated successfully, but these errors were encountered: