You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a virtualenv pip install django-access-tokens installs django-access-tokens==0.9.2 but throws AttributeError: 'Options' object has no attribute 'module_name'
After uninstalling the package, I downloaded the source code and installed it by python setup.py install. After that there is no AttributeError anymore.
I am using -
virtualenv 15.1.0
Python 2.7.12
The text was updated successfully, but these errors were encountered:
On a virtualenv
pip install django-access-tokens
installs django-access-tokens==0.9.2 but throws AttributeError: 'Options' object has no attribute 'module_name'After uninstalling the package, I downloaded the source code and installed it by
python setup.py install
. After that there is no AttributeError anymore.I am using -
virtualenv 15.1.0
Python 2.7.12
The text was updated successfully, but these errors were encountered: