-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation issues with hatch #5
Comments
@jcai-1122 I just tried reinstalling everything and it works for me. You don't need to use hatch. Just follow the updated instructions in the readme file. Note that you need to use python 3.11 because tensorflow isn't supported on more recent python versions. Let me know if you have further difficulties. |
Yeah, Also, it looks like the error in the above message is because |
Thank you both for the detailed explanation! I will try it again!
Best,
Jiachen
From: alam-shahul ***@***.***>
Date: Friday, 6 December 2024 at 00:38
To: willtownes/spatial-factorization-py ***@***.***>
Cc: Cai, Jiachen ***@***.***>, Mention ***@***.***>
Subject: Re: [willtownes/spatial-factorization-py] Installation issues with hatch (Issue #5)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Yeah, hatch is just used for building the package and creating a binary for installation (for example, if you want to upload to PyPI, or if you just want different versions of the package to be available as separate binary files). This is mostly relevant for dev purposes, not for users.
Also, it looks like the error in the above message is because hatch build is being run in the wrong directory (need to cd into the project directory first).
—
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6TP7QNGSLBO7XYFRORB3ST2EB6RHAVCNFSM6AAAAABTCVIUE6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRQHA3DQMBTGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I received this via email from @jcai-1122
I am trying to apply the developed python library to my data following instruction on this website: https://github.com/willtownes/spatial-factorization-py, but keeps encountering error report after I implement the last line 'hatch build' - please see attached screenshot below. Could you please give me a hint on how I could address this?
The text was updated successfully, but these errors were encountered: