→ poetry remove discord
Traceback (most recent call last):
File “/home/runner/Slime-bot-for-DC/venv/bin/poetry”, line 5, in
from poetry.console import main
ModuleNotFoundError: No module named ‘poetry’
exit status 1
Replit: Package operation failed.
I receive the above error when trying to remove or install a package in replit, what should I do? is the problem with poetry, and i will have to remove poetry and use pip instead? If so, how should I do that?
But I receive the following error when trying to do your said command:
Traceback (most recent call last):
File “/home/runner/Slime-bot-for-DC/venv/bin/pip”, line 5, in
from pip._internal.cli.main import main
ModuleNotFoundError: No module named ‘pip’
And when I tried to remove or install a package in replit, I receive the earliest error
You error is actually a very common one here, type that in the shell, not in the console. (Ik it is the console because of the error, bash does not give python errors)
Don’t think that would help much if they were still using the console XD
First of all, please excuse me for not being clear.
Second of all, the command is being typed into the shell, not the console…
And below is the error message again:
~/Slime-bot-for-DC$ pip uninstall discordTraceback (most recent call last):
File “/home/runner/Slime-bot-for-DC/venv/bin/pip”, line 5, in
from pip._internal.cli.main import main
ModuleNotFoundError: No module named ‘pip’