PyCharmとDockerを連携して使っていると時々このようなエラーが出ます。
Python
Starting source_capture_pycharm_helpers_1 ... error
ERROR: for source_capture_pycharm_helpers_1 Cannot start service pycharm_helpers: network 63d7b7ab61e844bec6f5b0d81b0f9b684fd6349d25d7a87ed003843fb99e77b0 not found
ERROR: for pycharm_helpers Cannot start service pycharm_helpers: network 63d7b7ab61e844bec6f5b0d81b0f9b684fd6349d25d7a87ed003843fb99e77b0 not found
ERROR: Encountered errors while bringing up the project.
pycharm_helpersのエラーの直し方
エラーが出ているコンテナを削除すれば再び起動できるようになります。
下記の例では source_capture_pycharm_helpers_1 となっていますが初めの部分はご利用の環境によって異なります。
Docker
docker rm source_capture_pycharm_helpers_1


![[Twitter Scraper]TwitterAPI不要ツイート集める方法](https://sleepless-se.net/wp-content/uploads/2018/08/534b4f713f7c0122f44f4db04ed8b8c1-160x160.png)
コメントを残す