-
Notifications
You must be signed in to change notification settings - Fork 45
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
Anaconda recipe for tf-keras-viz #54
Comments
@amizeranschi , Thank you for your request! I will do it in v0.7.0 or higher. Thanks! |
@keisen thank you for considering to publish to Anaconda. I have found two examples of GitHub actions created by other users, here and here. And here is some info regarding how to set up meta.yaml, the metadata file for conda. Perhaps these could be of help. |
I failed, so reopen this issue and am going to investigate the cause. |
@keisen thank you for looking into this. What kind of trouble are you having? If it helps, I found a tutorial for creating a Conda package from a pre-existing PyPI package: https://docs.conda.io/projects/conda-build/en/stable/user-guide/tutorials/build-pkgs-skeleton.html Make sure to check the Prerequisites, as well: https://docs.conda.io/projects/conda-build/en/stable/user-guide/getting-started.html#prereqs |
@amizeranschi , Thank you for your response and the information! I'll read them.
I forgot to append the link below: https://github.com/keisen/tf-keras-vis/runs/2919754030?check_suite_focus=true I've attempted the GithubActions recipe you suggested, but the result was failed as above. Thanks! |
Honestly that error is a bit confusing to me as well, I'm not skilled enough in Python development. My guess is that the problem is with the configuration of conda channels, as mentioned here:
and
You might want to check your Conda channel configuration and adjust it somehow, using your personal Anaconda channel.
Have a look at the following pages, which show the steps of creating and uploading a package to Anaconda and/or Conda-forge: https://giswqs.medium.com/building-a-conda-package-and-uploading-it-to-anaconda-cloud-6a3abd1c5c52 |
@amizeranschi , Thank you for pointing out and information! I'm going to read the articles and to tackle to manually publish without github actions at first. |
I'm glad I could help. Thanks again for working on this and please let me know if I can bring any further assistance. |
Hi, is there any update on this issue? |
Hello and many thanks for this library!
By any chance, could you set up an Anaconda recipe for installing tf-keras-viz, as an alternative to pip? People recommend against mixing pip and conda packages in the same environment and I use conda for managing all of my deep learning libraries.
The text was updated successfully, but these errors were encountered: