Code Monkey home page Code Monkey logo

Comments (7)

jllllll avatar jllllll commented on June 15, 2024

It's not supposed to need a global install. When the environment is activated, the relevant Conda paths are supposed to be added to PATH automatically. Odd that this didn't happen on your system.

from one-click-installers.

olamedia avatar olamedia commented on June 15, 2024

activate.bat / conda_hook.bat adds installer_files\env\Scripts to the PATH, and other paths under installer_files\env
while %CONDA_EXE% is at installer_files\conda\Scripts\conda.exe

start_windows.bat:
set CONDA_ROOT_PREFIX=%cd%\installer_files\conda

from one-click-installers.

olamedia avatar olamedia commented on June 15, 2024

It looks like it should be set at conda_hook.bat via

@DOSKEY conda="%CONDA_ROOT_PREFIX%\condabin\conda.bat" $*

But somehow DOSKEY command was failing or something. Trying to reinstall again.

from one-click-installers.

olamedia avatar olamedia commented on June 15, 2024

Found the problem, another app added Autorun to the Registry

"Computer\HKEY_CURRENT_USER\Software\Microsoft\Command Processor" AutoRun
"B:\python\condabin\mamba_hook.bat" & if exist "D:\AI\stable-diffusion\miniconda3\condabin\conda_hook.bat" "D:\AI\stable-diffusion\miniconda3\condabin\conda_hook.bat"

I have reinstalled it already using another option.

from one-click-installers.

xNul avatar xNul commented on June 15, 2024

@olamedia what installer did you use for Stable Diffusion?

from one-click-installers.

olamedia avatar olamedia commented on June 15, 2024

@olamedia what installer did you use for Stable Diffusion?

I think, the different installers have messed up the environment.

"B:\python\condabin\mamba_hook.bat" looks like was created by KoboldAI's micromamba umamba.exe

Then miniconda3 was probably installed from regular installer, but found and used python from micromamba.

And I don't know exactly which installer added the registry key yet.

from one-click-installers.

github-actions avatar github-actions commented on June 15, 2024

This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, please leave a comment below.

from one-click-installers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.