Albert DeFusco

Results 119 comments of Albert DeFusco

Oh! I didn't know this variant exists. If you add it to the conda.recipe/meta.yaml and environment.yml files I wonder if the CI tests pass. https://anaconda.org/main/ruamel.yaml

Would the requirements.txt scenario in PR #275 be close to what you're interested in? Perhaps have the anaconda-project.yml file define the python version to create the env and all other....

I see. It seams reasonable to support `.` as a package. That would work for projects that have a setup.py or pyproject.toml along with anaconda-project.yml, right? You'll find a file...

I've been catching up with conda-lock today and I see that a good portion of what you need is there. It appears as though any packages listed in pyrpoject.toml would...

Have you tried `conda activate -p envs/default` from within the project directory?

You can use the `run` command even if you do not have a defined command. What OS and terminal are you running? I'm curious about the freeze issue you're having....

those package versions are quite old and you'll likely need to restore the "free" channel to get them. Try running this and then your `add-packages` command again. ``` conda config...

I have also started seeing memory issue with Conda, particularly with conda-forge. Both are execellent suggestions, thanks!

I believe this PR will fix the issue: https://github.com/Anaconda-Platform/anaconda-project/pull/380