-
Notifications
You must be signed in to change notification settings - Fork 13
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
caption indices not available in pip3 verision #15
Comments
Thanks for the report! I am pretty sure I found it: it was due to me not cleaning my local build correctly. I switched from a package structure (single file in directory: TL;DRIt should be fixed now. Can you confirm? |
I do not believe this fixed it -- though I am able to install cutie 2.2, I still receive this error, and the function appears unchanged from the copy and paste above.
|
I am so sorry this is such a huge inconvenience for you! Could you please do: pip3 install --upgrade --no-cache -I cutie And paste the output from pip here? (If it still does not work then) |
No sweat @Kamik423 - happy to help:
|
The file downloaded for cutie does not contain the erroneous files. Does it still happen? Or did this latest install fix it? |
From where I stand, the select function is unchanged from the original post. You are unable to replicate? EDIT - corrected "statement" to "function" |
The cutie.py file in this repo is what was bdist_wheeled and twined? |
No. When I downloaded PyPI version 2.1 it was broken the way you described. After upgrading to 2.2 it was fixed. Can you do pip3 show cutie and take a look at the directory listed as Are you using virtual environments? Concerning the question: python setup.py sdist bdist_wheel
twine upload dist/* |
Should I be on Python 3.7? EDIT - 1 sec to look inside |
Python 3.6 should work just fine. I am on 3.7. Can you go to |
Yes - in that location there are: cutie (directory) |
@Kamik423 I have deleted all of those and ran your original suggested statement, and that has worked. Apologies for the difficulty. |
But thank you for the help |
Digging around a bit, I found this. I want to prevent this for other users. Steps to reproducepip3 uninstall cutie
pip3 install cutie==0.2.1
# Both package and module found, issue occurs
pip3 install --upgrade cutie
# Package removed, issue fixed
# When instead using
pip3 install --upgrade cutie -I
# The issue still occurs |
@Kamik423 I did not pass those flags |
This is weird. But the issue is resolved now and I know what to do, should it happen to other users. Thank you for your help! |
I suspect it could be that my import was prioritizing a different build than what I had installed, even though I had uninstalled the older version. |
A part of it is, that it is somehow possible to upgrade to |
When pip3 installing cutie, the version of cutie that is installed is cutie-0.2.1
The select function in this version does not have an argument for caption indices:
Are there plans to distribute the version of cutie that has the features as the example in the readme? I like the caption indices feature but currently do not have access to it.
The text was updated successfully, but these errors were encountered: