We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error when installed. Make sure that you use a version of Python supported by this package. Currently you are using Python 3.7.
Collecting django_rest_framework_oauth Using cached https://files.pythonhosted.org/packages/1e/76/e698d7de701eacf60793476d3cdf83dc92783d61a6def46c58f656345a6d/django_rest_framework_oauth-0.0.2.tar.gz Collecting django-oauth-plus==2.2.4 (from django_rest_framework_oauth) Using cached https://files.pythonhosted.org/packages/68/8f/02240ae8b40fc33f3e29063ec0bd846fb503613609b24751379e72e17c7e/django-oauth-plus-2.2.4.tar.gz Collecting oauth2==1.5.211 (from django_rest_framework_oauth) Using cached https://files.pythonhosted.org/packages/ef/36/7da831a06da70fb15858773a1d709606abcd05fae417bdf7a8cf5349450c/oauth2-1.5.211.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\yangfb\AppData\Local\Temp\pycharm-packaging\oauth2\setup.py", line 18 print "unable to find version in %s" % (VERSIONFILE,)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get this error when installed.
Make sure that you use a version of Python supported by this package. Currently you are using Python 3.7.
Collecting django_rest_framework_oauth
Using cached https://files.pythonhosted.org/packages/1e/76/e698d7de701eacf60793476d3cdf83dc92783d61a6def46c58f656345a6d/django_rest_framework_oauth-0.0.2.tar.gz
Collecting django-oauth-plus==2.2.4 (from django_rest_framework_oauth)
Using cached https://files.pythonhosted.org/packages/68/8f/02240ae8b40fc33f3e29063ec0bd846fb503613609b24751379e72e17c7e/django-oauth-plus-2.2.4.tar.gz
Collecting oauth2==1.5.211 (from django_rest_framework_oauth)
Using cached https://files.pythonhosted.org/packages/ef/36/7da831a06da70fb15858773a1d709606abcd05fae417bdf7a8cf5349450c/oauth2-1.5.211.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\yangfb\AppData\Local\Temp\pycharm-packaging\oauth2\setup.py", line 18
print "unable to find version in %s" % (VERSIONFILE,)
The text was updated successfully, but these errors were encountered: