Hate to bother you, but package installation just don't work. I tried on 2 pcs that never had python before, installed latest python both time package installation failed with
ms visual c++ 14.0 missing error
Which is discontinued by MS. Installed the next version, still got the same error.
Can you do a fresh install on some rdp and post the instructions?
Hate to bother you, but package installation just don't work. I tried on 2 pcs that never had python before, installed latest python both time package installation failed with
ms visual c++ 14.0 missing error
Which is discontinued by MS. Installed the next version, still got the same error.
Can you do a fresh install on some rdp and post the instructions?
requirements.txt had version numbers for certain packages.
requirements.txt here - https://github.com/iamBlogPro/Similarity-Check-Advanced/blob/main/requirements.txtnumpy
pandas
openpyxl
scikit-learn
sentence-transformers
Hi, just tried to install it in my VPS, but looks like I encountered some errors during the execution,
can OP @BlogPro take a check for me? where I did wrong? thanks a lot in advanceView attachment 254539
keyword.csv file. Great job! I will redo the install this week.Hey - I tried installation on a fresh Windows Machine for you. I noticed some issues because the oldrequirements.txthad version numbers for certain packages.
What I have done is removed the version numbers of packages and post that the installation went by without a hitch.
I tried running the script and everything worked.
View attachment 256176
You may access the newrequirements.txthere - https://github.com/iamBlogPro/Similarity-Check-Advanced/blob/main/requirements.txt
Here is it below -
Code:numpy pandas openpyxl scikit-learn sentence-transformers
Please run this and let me know if it works now. Or we can try troubleshooting this further.
//
Hey @seowarrior008 -
This looks like the script is having trouble decoding yourkeyword.csvfile.
Please check for non-unicode character in your keyword list.
This is a common issue when using bulk keyword generators. I normally just check for non-ascii using this tool - https://pages.cs.wisc.edu/~markm/ascii.html
It will output the unrelated encoded character, simply remove them from your list and try again.
what are the maximum number of keywords?
i tried 50k keywords on colab pro, but it crashed everytime
Hi bro, thanks for helping out. I just loaded in 10K kws to test things and works perfectly.Hey @seowarrior008 -
This looks like the script is having trouble decoding yourkeyword.csvfile.
Please check for non-unicode character in your keyword list.
This is a common issue when using bulk keyword generators. I normally just check for non-ascii using this tool - https://pages.cs.wisc.edu/~markm/ascii.html
It will output the unrelated encoded character, simply remove them from your list and try again.
Thanks again @BlogPro for this script. It is now part of my AI publishing workflow - I use it to reduce the amount of keywords that I import into LowFruits, to save on credits.
Cheers!