-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse error at '-irtuale', but virtualenv is correct #7763
Comments
Hi! Thanks for filing this @ujinyoung! Could you provide the output of running |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Now, But |
You will need to delete the (corrupted) |
Environment
Description
In locale home directory
I try this :
pip freeze>tflist.txt
but show :
WARNING: Could not generate requirement for distribution -irtualenv 20.0.4 (/usr/local/lib/python3.7/site-packages): Parse error at "'-irtuale'": Expected W:(abcd...)
and the file tflist.txt is generated, but empty.
I think 'virtualenv' is correct, but when I command 'pip list'
the result is :
but I cannot uninstall -rtualenv.
I try this :
pip uninstall -irtualenv
, andpip uninstall virtualenv
Both are failed, the message is
is not installed
well, I succese to reinstall virtualenv, using
pip install virtualenv
but How can I remove the wrong name package?
and who knows why the problem happens?
when I try
pip freeze
'-virtualenv', the worng name is not involved the ouput .
So I think maybe the
pip list
command is wrong and have some bug. etc. parse error..The text was updated successfully, but these errors were encountered: