Skip to content
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

Open
willtownes opened this issue Dec 5, 2024 · 3 comments
Open

Installation issues with hatch #5

willtownes opened this issue Dec 5, 2024 · 3 comments

Comments

@willtownes
Copy link
Owner

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?

Screenshot 2024-11-28 at 4 31 18 PM
@willtownes
Copy link
Owner Author

@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.

@alam-shahul
Copy link
Contributor

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).

@jcai-1122
Copy link

jcai-1122 commented Dec 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants