Followers
0
Following
0
Joined
Last Online
-
cheseremtitus
Run:
pip install asgiref
Then restart. That shud do it
But then there's this error
- Note that only Django core commands are listed as settings are not properly configured (error: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.).
Need help with is. I believe you need to set an environment variable to point to a named Django settings-config file. Much of a gray area for me still a newbie to the stash terminal. Any heads up ?
-
cheseremtitus
I've tried to get up an running with NLTK through installer script from pypi modules and it throws the following errors on attempted install under python 2.7.
- ProtocolError: <ProtocolError for pypi.python.org/pypi: 403 [[[!!! BREAKING CHANGE !!!]]] Support for clients that do not support Server Name Indication is temporarily disabled and will be permanently deprecated soon. See https://status.python.org/incidents/hzmjhqsdjqgb and https://github.com/pypa/pypi-support/issues/978 [[[!!! END BREAKING CHANGE !!!]]]>
I tried using pip install from stash but it failed while installing the regex module as it contains C code that required compiling.
Any work around would be greatly appreciated.