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

Error when try to provisioning k3d-modular in conda virtual enviroment #58

Open
ngohoanganh96 opened this issue May 22, 2023 · 1 comment

Comments

@ngohoanganh96
Copy link

ngohoanganh96 commented May 22, 2023

hello, I try to create a kubeflow Orchestrator run at local machine using window following the instruction in:
https://docs.zenml.io/v/0.33.0/component-gallery/orchestrators/kubeflow
after I exercuted this code, [Errno 2] No such file or directory happened.
zenml stack recipe deploy k3d-modular -o kubeflow -a minio --no-server

Traceback (most recent call last) 
│ C:\Users\hoanganh\.conda\envs\mlopspoc\lib\runpy.py:196 in _run_module_as_main                   
│                                                                                                  
│   193 │   main_globals = sys.modules["__main__"].__dict__      
│   194 │   if alter_argv:                                                                         
│   195 │   │   sys.argv[0] = mod_spec.origin                                                      
│ > 196 │   return _run_code(code, main_globals, None,                                             
│   197 │   │   │   │   │    "__main__", mod_spec)                                                 
│   198                                                                                            
│   199 def run_module(mod_name, init_globals=None,                                                
│                                                                                                  
│ C:\Users\hoanganh\\.conda\envs\mlopspoc\lib\runpy.py:86 in _run_code                              
│                                                                                                  
│    83 │   │   │   │   │      __loader__ = loader,                                                
│    84 │   │   │   │   │      __package__ = pkg_name,                                             
│    85 │   │   │   │   │      __spec__ = mod_spec)                                                
│ >  86 │   exec(code, run_globals)                                                                
│    87 │   return run_globals                                                                     
│    88                                                                                            
│    89 def _run_module_code(code, init_globals=None,                                              
│                                                                                                  
│ C:\Users\hoanganh\.conda\envs\mlopspoc\Scripts\zenml.exe\__main__.py:7 in <module>               
│                                                                                                  
**│ [Errno 2] No such file or directory:                                                             
│ 'C:\\Users\\hoanganh\\.conda\\envs\\mlopspoc\\Scripts\\zenml.exe\\__main__.py'**                   
│                                                                                                  
│ C:\Users\hoanganh\.conda\envs\mlopspoc\lib\site-packages\click\core.py:1130 in __call__          
│                                                                                                  
│   1127 │                                                                                         
│   1128 │   def __call__(self, *args: t.Any, **kwargs: t.Any) -> t.Any:                           
│   1129 │   │   """Alias for :meth:`main`."""                                                     

local OS:

  • window 11
  • docker desktop
  • kubectl
  • terraform

the virtual enviroment using conda:

  • python: 3.10.11
  • zenml version: 0.39.1

Thank you so much. !

@worthy7
Copy link

worthy7 commented Nov 1, 2023

Please attach more log

@strickvl strickvl changed the title [Errno 2] when try to provisioning k3d-modular in conda virtual enviroment Error when try to provisioning k3d-modular in conda virtual enviroment Feb 4, 2024
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

2 participants