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

Anaconda - ResolvePackageNotFound #56

Closed
kotturi-mahipal opened this issue Jun 29, 2023 · 2 comments · Fixed by #57
Closed

Anaconda - ResolvePackageNotFound #56

kotturi-mahipal opened this issue Jun 29, 2023 · 2 comments · Fixed by #57

Comments

@kotturi-mahipal
Copy link

I was trying to clone the repo and run the Python files. While updating the environment.yml file after creating the sfds, I got this below shown error.
Screenshot from 2023-06-29 16-58-41

@gregorywaynepower
Copy link
Contributor

gregorywaynepower commented Jul 3, 2023

Hey @kotturi-mahipal were you able to install dmba, pygram r-vioplot, wquantiles, and adjusttext manually after the running update command?

Also, what operating system are you on?

gregorywaynepower added a commit to gregorywaynepower/practical-statistics-for-data-scientists that referenced this issue Jul 6, 2023
add conda-forge channel for Issue gedeck#56
@fx-biocoder
Copy link

Hey, I've had the same issue. I've solved it using conda-forge. Just run these commands inside the environment:

$ conda config --add channels conda-forge
$ conda config --set channel_priority strict
$ conda install <package-name>

Hope this helps!

gedeck pushed a commit that referenced this issue Jul 10, 2023
* Update environment.yml

add conda-forge channel for Issue #56

* add default channel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants