Giter VIP home page Giter VIP logo

Comments (3)

ljwolford avatar ljwolford commented on August 22, 2024

There are going to be different install routes to take with trying to use Django and the other tools with Windows. Here is a tutorial on getting Django setup with Postgres and Apache which should help out some (albeit dated) http://wiki.thinkhole.org/howto:django_on_windows/

Here are the official docs from Django explaining Windows' installations as well:
https://code.djangoproject.com/wiki/WindowsInstall

I hope this helps

from adl_lrs.

bhaskarsai avatar bhaskarsai commented on August 22, 2024

I am stuck with the installation of "uwsgi" module, it is showing the following log: I understand that my version of python doesn't have OS.NAME attribute, however the one attached with uwsgi has OS.name attribute, which is causing the fire. I am not sure how to overcome this?

DOES "uwsgi" is mandatory for running my local instance of LRS?


C:\works\python_virt\adl_lrs\env\Scripts\pip-script.py run on 02/22/14 09:01:37
Downloading/unpacking http://projects.unbit.it/downloads/uwsgi-lts.tar.gz

Downloading from URL http://projects.unbit.it/downloads/uwsgi-lts.tar.gz
Running setup.py egg_info for package from http://projects.unbit.it/downloads/uwsgi-lts.tar.gz

Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "c:\users\bhaskra\appdata\local\temp\pip-q_mapi-build\setup.py", line 3, in <module>

    import uwsgiconfig as uc

  File "uwsgiconfig.py", line 8, in <module>

    uwsgi_os = os.uname()[0]

AttributeError: 'module' object has no attribute 'uname'

Complete output from command python setup.py egg_info:

Traceback (most recent call last):

File "", line 16, in

File "c:\users\bhaskra\appdata\local\temp\pip-q_mapi-build\setup.py", line 3, in

import uwsgiconfig as uc

File "uwsgiconfig.py", line 8, in

uwsgi_os = os.uname()[0]

AttributeError: 'module' object has no attribute 'uname'


Command python setup.py egg_info failed with error code 1 in c:\users\bhaskra\appdata\local\temp\pip-q_mapi-build

Exception information:
Traceback (most recent call last):
File "C:\works\python_virt\adl_lrs\env\lib\site-packages\pip-1.3.1-py2.7.egg\pip\basecommand.py", line 139, in main
status = self.run(options, args)
File "C:\works\python_virt\adl_lrs\env\lib\site-packages\pip-1.3.1-py2.7.egg\pip\commands\install.py", line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\works\python_virt\adl_lrs\env\lib\site-packages\pip-1.3.1-py2.7.egg\pip\req.py", line 1057, in prepare_files
req_to_install.run_egg_info()
File "C:\works\python_virt\adl_lrs\env\lib\site-packages\pip-1.3.1-py2.7.egg\pip\req.py", line 236, in run_egg_info
command_desc='python setup.py egg_info')
File "C:\works\python_virt\adl_lrs\env\lib\site-packages\pip-1.3.1-py2.7.egg\pip\util.py", line 662, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in c:\users\bhaskra\appdata\local\temp\pip-q_mapi-build

from adl_lrs.

ljwolford avatar ljwolford commented on August 22, 2024

No you do not need uwsgi

from adl_lrs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.