-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error on missing argument if installed from pypi #58
Comments
Unfortunately this is a known issue and it happens because our I'll see how we can work around this issue. In the mean time, can you try to run the following in your virtual environment / local environemnt where you installed Giftless:
This should ensure all dependency versions are exactly as specified in requirements.txt. Let me know if that solves the issue. |
yes, that particular requirements and the newly build flask solve the issue. |
I've tried a fix in #59 but it seems this direct notation is not allowed by pypi (when installing locally from setup.py it does work but pypi won't accept the package). As it doesn't seem like flask-classful is going to make a release to pypi with the code we need soon, I am thinking about some alternatives:
From all of these, I think 2 and 3 make the most sense. I will need to look into them. Of course, these is the option of not doing anything and waiting for flask-classful to make a release. |
I'll just say as a newcomer the giftless documentation could be more explicit that THIS is the issue that people will encounter if they try to install from pypi. Docs are currently a bit vague as to what the symptom will be, or even which dependency is involved. A simple link and note to "see #58 for more info" might help there. If the docs had only mentioned "flask-classful" I might have noticed the stack trace and made the connection. Considering the long hiatus since the most recent flask-classful release (and 18 months since even a commit) I tend to agree option 2 or 3 seems most prudent for right now. |
After installing from pypi I get:
The last call comes from flask_classfull, where I have version 0.14.2, if that is important.
Originally posted by @ANaumann85 in #57 (comment)
The text was updated successfully, but these errors were encountered: