Skip to content
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

Windows installation #3

Open
TheOmen opened this issue Nov 21, 2014 · 2 comments
Open

Windows installation #3

TheOmen opened this issue Nov 21, 2014 · 2 comments

Comments

@TheOmen
Copy link

TheOmen commented Nov 21, 2014

Having problems installing the server on Windows. I'm not very experienced with an installation process like this at all but have bundled my way through installing Git, Pip and VirtualEnv (I already had Python installed).

I bypassed installation instruction 5 as I do not know of a equivalent 'source' command in Windows ( % source ~/pyenv/gamification/bin/activate), and completed everything up to point 10 where I hit another problem.

When using this: paver install_dependencies

I get the following error:
image

Any ideas what I am doing wrong?

@stephenrjones
Copy link
Contributor

I haven't tried a Windows install, but would think that this operation would be supported. I believe what you may need to do first is find the appropriate command from virtualenv that sets up your environment for Windows - does it give you some shell scripts in the bin directory? I think if you're able to do that, the rest may work ok. From your debug screenshot, the install is failing on a 'pip install' (just installing appropriate python dependencies), which is probably due to the fact that the script doesn't know where to actually install the modules. I found some more info at http://virtualenv.readthedocs.org/en/latest/virtualenv.html which might be helpful to you

@TheOmen
Copy link
Author

TheOmen commented Nov 21, 2014

Thanks. Running it in PowerShell now and feel like I have completed steps 1-6 correctly now without missing any, but still hit problems as above.

Could this be causing it? When I install paver it says it was successfully installed but I do also receive an error:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants