FXIhub / condor

Condor: a simulation tool for flash X-ray imaging
http://lmb.icm.uu.se/condor
BSD 2-Clause "Simplified" License
25 stars 14 forks source link

pip version of condor does not run on python 2 #10

Closed FilipeMaia closed 6 years ago

FilipeMaia commented 6 years ago

In [1]: import condor File "/Users/filipe/Library/Python/2.7/lib/python/site-packages/condor/task.py", line 55 def __init__(self, name : str, wdir : str, args : dict, using_pipe : bool = False): ^ SyntaxError: invalid syntax

mhantke commented 6 years ago

I have not created a pip repository for condor. Sure we are talking about the same condor?

FilipeMaia commented 6 years ago

Oops, you're right it's a different condor. It would be nice to have condor in pip regardless.

mhantke commented 6 years ago

True - I tried once but it turned out complicated because of the nfft dependency...