mfitzp / pathomx

Workflow based scientific analysis built on Python
https://www.mfitzp.com/tools/pathomx/
GNU General Public License v3.0
91 stars 30 forks source link

PySide dependency issue #1

Closed wwood closed 11 years ago

wwood commented 11 years ago

Unsatisfyable dependency? You mean >= not >? Pip only has v1.1.2 available at https://pypi.python.org/pypi/PySide

$ sudo pip install metapath
Downloading/unpacking metapath
  Running setup.py egg_info for package metapath

Downloading/unpacking PySide>1.1.2 (from metapath)
  Could not find a version that satisfies the requirement PySide>1.1.2 (from metapath) (from versions: )
No distributions matching the version for PySide>1.1.2 (from metapath)
Storing complete log in /home/ben/.pip/pip.log
wwood commented 11 years ago

Hey sorry I just realised that this is not a problem in the newest github, but still is in the pip install. So, I'm guessing you already know about this.

mfitzp commented 11 years ago

Thanks wwood, appreciate you letting me know. I'd realised my mistake after submitting it to PyPI - but I thought I'd corrected the problem in the 0.5.1 release. I'll package up a new version today to fix the issue.

mfitzp commented 11 years ago

Did you manage to get it successfully installed? I'll be releasing another version ~2-3 days that fixes other install-associated bugs and adds a few features.

wwood commented 11 years ago

Hi,

Yeh I managed to install it, thanks for the support - I just commented out that require dependencies line. However I came across another problem, something about the variable 'db' not being defined. At that point I gave up. I'm guessing your github changes will fix this, so I didn't bother raising another complaint.

ben

On 19 April 2013 09:03, Martin Fitzpatrick notifications@github.com wrote:

Did you manage to get it successfully installed? I'll be releasing another version ~2-3 days that fixes other install-associated bugs and adds a few features.

— Reply to this email directly or view it on GitHubhttps://github.com/mfitzp/metapath/issues/1#issuecomment-16618142 .

Ben Woodcroft http://ecogenomic.org/users/ben-woodcroft http://www.ecogenomic.org/

mfitzp commented 11 years ago

Finally figure this out - a bug had crept into the command line version of the app which is now fixed (note for reference you may still be able to launch the gui app with metapath-gui - the command line version is launched with metapath). Thanks again for the bug report, much appreciated.