Opened 10 years ago

Closed 10 years ago

#896 closed defect (fixed)

Missing `pyld` packagee on update

Reported by: Daniel Krol Owned by:
Priority: major Milestone: 0.7.0
Component: infrastructure Keywords:
Cc: Parent Tickets:

Description

I'm starting from a fresh creation of the repo. I ran the virtualenv command to install the packages. Then I run the update command right away just to make sure everything is in order:

`./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git

submodule fetch`

It started fetching packages, but suddenly ended thusly:

ImportError: No module named pyld

I ran:

pip install pyld

Now when I run the update command, the missing pyld error doesn't come up.

Change History (1)

comment:1 by Christopher Allan Webber, 10 years ago

Milestone: 0.7.0
Resolution: fixed
Status: newclosed

Fixed in master a few days ago by Natalie. Thanks for reporting!

Note: See TracTickets for help on using tickets.