-
Notifications
You must be signed in to change notification settings - Fork 26
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
Trackeback pkg problem #1
Comments
@lbarberiscanoni Hmmm... I attempted to recreate your error––I use stock Terminal on a OSX with Python 2.6 and 2.7 installed. This is what I ran:
During the stackit installation process, pip prints I suspect that your error might be a problem with Python3.3. We developed with Python2.7 in mind, so perhaps you're seeing errors because your default python version is different? I'm still surprised, considering requests appears to support Python3.3. Have you tried to run Leaving this open! Hopefully we can help you fix this. |
Hey Lukas, The issue persists :( I tried both pip installing requests separately and just redoing stackit. The unpacking of requests and the download works too which is what makes it weirder. I use homebrew as my package manager, is that the problem maybe? |
I don't think your package manager should be an issue––pip is the package manager you're using to install the requests package. You should be able to see what version of Python you run by default by simply entering The Python version you installed with Homebrew might not be your default; check out this StackOverflow to be sure you're using the version you intend. |
I have python 2.7.5 as default And if I run python in the terminal I get this: Python 2.7.5 (default, Mar 9 2014, 22:15:05) |
@lukasschwab try |
Thanks! Edit: I'd test it myself, but I'm having trouble replicating the problem. |
Thank you lukassschwab! It solved the issue, kind of... Now the terminal recognizes stackit as a command, however I get a new error message: Traceback (most recent call last): |
@lbarberiscanoni seems related to #2 |
Right, I just noticed that XD |
Well, if those two solutions work for you, I'm calling this thread closed! |
I'll start by saying that this is awesome, and I love you guys for doing this.
I used the sudo pip install stackit command on my term (I use Iterm2 on a Mac that contains both Python2.7 and Python3.3) and it shows that everything was downloaded correctly, but when I try using it I get this:
Traceback (most recent call last):
File "/usr/local/bin/stackit", line 5, in
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in
working_set.require(requires)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: requests
Any idea as to why I get this reaction?
Thank you so much again for making this XD
The text was updated successfully, but these errors were encountered: