Nein, das ist mein erstes Mal lol
pipenv shell
Wenn Sie tun
Traceback (most recent call last):
File "/usr/local/Cellar/pipenv/2020.6.2/libexec/bin/pipenv", line 5, in <module>
from pipenv import cli
ModuleNotFoundError: No module named 'pipenv'
Was? Ich bin mir über die kleinen Fehler nicht sicher, daher war die Methode, die ich ausprobiert habe, erfolgreich, daher werde ich sie beschreiben.
Was ist Pipenv vorerst? Deshalb
brew list
Dann bist du in deiner eigenen Umgebung, oder?
Ich dachte, ich würde versuchen, es vorerst wieder einzubauen
brew reinstall pipenv
Dann
==> Downloading https://homebrew.bintray.com/bottles/pipenv-2020.6.2.catalina.bottle.tar.gz
Already downloaded: /Users/hoge/Library/Caches/Homebrew/downloads/4d0e7223005e0a1d0846471afb6356cb634de5855ad4102613aa6b0cc94c3bbc--pipenv-2020.6.2.catalina.bottle.tar.gz
==> Reinstalling pipenv
==> Pouring pipenv-2020.6.2.catalina.bottle.tar.gz
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
zsh completions have been installed to:
/usr/local/share/zsh/site-functions
Die Neuinstallation war normal erfolgreich. .. ..
nochmal
pipenv shell
Dann
Courtesy Notice: Pipenv found itself running within a virtual environment, so it will automatically use that environment, instead of creating its own for any project. You can set PIPENV_IGNORE_VIRTUALENVS=1 to force pipenv to ignore that environment and create its own instead. You can set PIPENV_VERBOSITY=-1 to suppress this warning.
Launching subshell in virtual environment…
. /Users/hoge/.local/share/virtualenvs/hoge-hogehoge/bin/activate
Wird es normal funktionieren? Ich frage mich, warum es plötzlich aufgehört hat zu funktionieren ...
Durch die Neuinstallation von pipenv wird die Warnung </ font>, die auf dem Terminal im jupyter notebook
angezeigt wurde, nicht mehr angezeigt.
Danke, dass du bis zum Ende zugesehen hast! !!
Recommended Posts