Open yarikoptic opened 4 years ago
Sorry about that, the current version on pypi is outdated, I was going to release the 2.0 version before the outbreak and didn't get a chance to finalize it yet. Doing pip install phy --pre
should work though
Thank you @rossant - I will try the prerelease.
In a sense it is a duplicate of elderly #775. IMHO there is still a usability issue which ideally should be addressed.
I am not new to Python but I am brand new to phy.
I loosely followed README.md and did
to install it. Then progressed to the next stage in README.md:
so as you can see -- there is params.py, ...
--help
was not really helpful to get me unstuck (I expected it to list the COMMANDs it has available, like e.g.git --help
does):so I was left wondering either it is an installation issue, or documentation, or me or all of the above.
here it seems to be some installation (or upload to pypi) issue since
so there is
phy
but nophy.apps
.FWIW, if it is an installation issue (needed to install some additional components), in DataLad for commands we are aware about but "extension" for which is not installed, we provide a hint, e.g.:
which you might like to adopt in case it is some "optional installation" issue.