-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Stuck on install #397
Comments
Hi there! Thanks for reporting this. It seems you have run into pypa/setuptools#937 Can you try to upgrade pip and setuptools? |
I now get: Traceback (most recent call last): Command: 'invoke bootstrap' Exit code: 1 Stdout: already printed Stderr: n/a (PTYs have no stderr) |
as well as: Command: 'invoke start' Exit code: 1 Stdout: already printed Stderr: n/a (PTYs have no stderr) |
@XMineAnShineX Did you get anywhere with this? Is this still outstanding? |
@DandyDeveloper I haven't figured it out i tried the above and it never worked. |
@XMineAnShineX I actually think this is just because you're missing the compressor module:
This is then trying to exit nicely, but falling over for some weird reason. Are you using Django version 1.8+??? As compressor should be part of Django by default. I would recommend trying running this under a virtualenv |
I had a similar Issue, |
The required versions have been updated in the meantime, I'm closing this issue but feel free to reopen it |
Im trying to install wger on rasbian Jessie and I keep getting this error when I run pip install wger.
ally-managed_ --compile:
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/dist-packages/setuptools/init.py", line 12, in
File "/usr/local/lib/python2.7/dist-packages/setuptools/version.py", line 1, in
File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 70, in
ImportError: No module named packaging.version
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-OXl7aL/reportlab/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-LV_Hqh-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-OXl7aL/reportlab
Storing debug log for failure in /root/.pip/pip.log
The text was updated successfully, but these errors were encountered: