I was trying to insall exozippy_arch branch. First, I was getting error about exoplanet-core:
...
INFO: pip is looking at multiple versions of exozippy to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement exoplanet-core>=0.3.1 (from exozippy) (from versions: 0.0.1, 0.1.0rc1, 0.1.0, 0.1.1, 0.1.2rc1, 0.1.2, 0.2.0rc1, 0.2.0rc2, 0.2.0, 0.3.0rc2, 0.3.0rc4, 0.3.0)
ERROR: No matching distribution found for exoplanet-core>=0.3.1
So I commented out exoplanet line in setup.py and the rest went OK.
Second, after installing the command exozippy doesn't work:
>exozippy
exozippy: Command not found.
However, this command somehow exists because after typing exo and hitting tab I'm getting its name. Can you point me out how to resolve/inspect that?
I was trying to insall
exozippy_archbranch. First, I was getting error about exoplanet-core:So I commented out exoplanet line in
setup.pyand the rest went OK.Second, after installing the command
exozippydoesn't work:>exozippy exozippy: Command not found.However, this command somehow exists because after typing
exoand hitting tab I'm getting its name. Can you point me out how to resolve/inspect that?