pip install -U not updating with the new methods
See original GitHub issueHi,
Saw you implemented the create_dictionary(). But I can’t update the package even after running the pip install
. Could you help?
Sorry I am an R user so learning python at the same time.
Ta
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
4 Ways to Fix the Pip Install Not Working Issue
How to Fix the Pip Install Not Working Issue · Open Command Prompt. · Execute the command “python -v”. It will tell you...
Read more >python -m pip install --upgrade pip does not work
I think it how to update pip will help you and make sure that you are running command prompt as Administrator. you can...
Read more >How to Update All Python Packages - ActiveState
Update all Python Packages on Windows · Open a command shell by typing 'powershell' in the Search Box of the Task bar ·...
Read more >Different Ways to Upgrade PIP Latest or Specific Version
You can upgrade the Python pip package installer to the newest(latest) available version or to a specific version using the pip command ...
Read more >How To Use Pip (Simple Guide To Install, Update, Uninstall ...
Pip is also automatically installed if you work in a virtual environment or use a Python version that isn't modified by a redistributor....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am thinking that we could just run symspellpy with the provided
frequency_dictionary_en_82_765.txt
before creating a dictionary from the text file. This could be done by the users in their project files so I don’t think we need to include a function/method for this in the package. But if you had any other suggestions on how we can do this, open a new issue and we can discuss there.It shows that you have successfully installed symspellpy, are you still not able to use
create_dictionary
?