UDST / orca

Python library for task orchestration
https://udst.github.io/orca/
BSD 3-Clause "New" or "Revised" License
53 stars 21 forks source link

Possible problem with conda install script #8

Closed smmaurer closed 4 years ago

smmaurer commented 8 years ago

Hi, I just hit a small snag with the conda install on OS X. Running conda install orca produced

Error:  Dependency missing in current osx-64 channels: 
  - orca -> zbox >=1.2

I was able to install zbox with conda install --channel jiffyclub zbox, and then the orca installation worked. Maybe there's a script that needs to be updated somewhere?

If this is expected, please ignore!

jiffyclub commented 8 years ago

This is currently how the install needs to work, but I'd suggest adding a conda build of zbox to the synthicity channel so it's not necessary to include my personal channel as well.

waddell commented 8 years ago

We should also rename the synthicity channel to urbansim at this point.

Eh2406 commented 7 years ago

@pksohn I know you have been doing a lot of work on our releases infrastructure. Is this still broken?

pksohn commented 7 years ago

Also should be fixed. Can you confirm?