Closed ashishsingh18 closed 2 years ago
@AbdulkadirA @melhemr Do you see this on your side?
@AbdulkadirA @melhemr Do you see this on your side?
This is one of the issues that was happening with our end user, Lasya, yesterday. Still waiting to hear back on whether it was resolved for her.
When I do re-installation in the same conda environment, I don't get that error.
@ashishsingh18 Thanks for reporting this. The issue is caused by dtale and ppscore, it seems. Are you getting the error when you install NiBAx into a fresh environment? What Python version? I only tested pip install
not conda
. Does it work with pip
?
@ashishsingh18, @melhemr Please try the new build environment proposed in #165. Installation from Github is as follows:
python -m pip install -U git+https://github.com/CBICA/NiBAx.git@refs/pull/165/head
Installation of a development version requires two steps. The second step will install the executable main function.
python -m pip install -U -e .
poetry install
Hello Ahmed,
The first two commands you've provided worked as expected, no errors. This is in an entirely new environment. When I tried running poetry install I got the attached error message. Is there something I missed?
Thanks, Randa
From: Ahmed Abdulkadir @.> Sent: Friday, February 18, 2022 4:08 AM To: CBICA/NiBAx @.> Cc: Melhem, Randa @.>; Mention @.> Subject: [External] Re: [CBICA/NiBAx] Installation error (Issue #161)
@ashishsingh18https://github.com/ashishsingh18, @melhemrhttps://github.com/melhemr Please try the new build environment proposed in #165https://github.com/CBICA/NiBAx/pull/165. Installation from Github is as follows:
python -m pip install -U @.***/pull/165/head
Installation of a development version requires two steps. The second step will install the executable main function.
python -m pip install -U -e . poetry install
— Reply to this email directly, view it on GitHubhttps://github.com/CBICA/NiBAx/issues/161#issuecomment-1044186095, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATRQL4NWXZ4I6ECRZVIYNOLU3YEAVANCNFSM5MNZN7DA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.***>
I am getting the following on installation. Possibly a result of #158