-
Notifications
You must be signed in to change notification settings - Fork 38
pkg_resources.DistributionNotFound: colorama #5
Comments
Although I'm pretty sure this project has lagged behind the latest release of https://github.com/GoogleCloudPlatform/gcloud-python , that error is puzzling: How did you install it? |
Is there a demo project that hasn't lagged behind the latest release? Is On Fri, Apr 3, 2015 at 5:06 AM, Tres Seaver [email protected]
|
I just updated this one this morning: it works for me with the master. I still don't see how the errors I fixed today could have provoked the error you reported, though. |
What kind of google compute instance (OS version and hardware) did you test On Fri, Apr 3, 2015 at 9:33 AM, Tres Seaver [email protected]
|
Let's flip this around. What commands did you run to get this error.
|
I cannot reproduce with a virtualenv built on my own machine. |
This happened on my Windows 2012 machine. On Fri, Apr 3, 2015 at 11:18 AM, Tres Seaver [email protected]
|
Yeah the What commands did you run to get the error? How did you setup your environment? |
I installed Python 2.7.9. Then: Then I downloaded and unpacked the .zip. Then: Then I set GCLOUD_TESTS_* environment variables. Then, I ran the submit_expenses command. On Fri, Apr 3, 2015 at 11:52 AM, Danny Hermes [email protected]
|
I just saw a "needs colorama" bit in an entirely unrelated project. I wonder if it is now a dependcy of setuptools? |
Tried running the example code, and got this error:
C:\Users\shout-app-903\code\gcloud-python-expenses-demo-master>submit_expenses c
reate --employee-id=sally --description="Frotz project kickoff, San Jose" expens
es.csv
Traceback (most recent call last):
File "C:\Python27\Scripts\submit_expenses-script.py", line 5, in
from pkg_resources import load_entry_point
File "C:\Python27\lib\site-packages\pkg_resources.py", line 2880, in
working_set = WorkingSet._build_master()
File "C:\Python27\lib\site-packages\pkg_resources.py", line 432, in _build_mas
ter
ws.require(requires)
File "C:\Python27\lib\site-packages\pkg_resources.py", line 741, in require
needed = self.resolve(parse_requirements(requirements))
File "C:\Python27\lib\site-packages\pkg_resources.py", line 626, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: colorama
The text was updated successfully, but these errors were encountered: