Carlos A. Crespo
10/24/2022, 1:54 PMCarlos A. Crespo
10/24/2022, 2:09 PMorchest install --dev
I get this error:
Installing the Orchest Controller to manage the Orchest Cluster...
Traceback (most recent call last):
File "/home/carlos/Documents/github/orchest/.venv/bin/orchest", line 33, in <module>
sys.exit(load_entry_point('orchest-cli', 'console_scripts', 'orchest')())
(...)
File "/home/carlos/Documents/github/orchest/orchest-cli/orchestcli/cmds.py", line 174, in install
with open(f"services/orchest-controller/deploy/k8s/{manifest_file_name}") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'services/orchest-controller/deploy/k8s/orchest-controller.yaml'
I think I have all the dependencies installed. I tried looking in scripts/build_container.sh
for some clue ¿? but to no avail.
Does anyone have any idea or guesses what might be wrong?
Thanks in advance!Tal Mizrachi
10/26/2022, 1:21 PMLucy Deland
10/28/2022, 3:40 PMMayara Marinho
10/28/2022, 4:13 PMv2021.12.0
to version v2022.10.5-1.0.1
, and the main.orchest file is causing errors, do anyone know an easy way to do this migration?Rafael Rodrigues Santana
10/31/2022, 5:16 PMRafael Rodrigues Santana
10/31/2022, 5:21 PMv2022.10.5-1.0.1
. Sometimes, when trying to open Jupyter Lab, it get stuck trying to open it. Usually, this occurs when there is something wrong with the environment configuration. However, today we started to experience this in all projects that we have. By inspect one of the containers that was trying to launch the Jupyter Lab, it seems that the problem is occurring in the docker pull step as shown by the log below:
Error response from daemon: Get "<https://10.100.0.2/v2/>": dial tcp 10.100.0.2:443: connect: connection refused
Docker pull failed, pulling with buildah.
Trying to pull 10.100.0.2/orchest-env-bf496ede-cc70-4b92-b178-e4ab3929d5e9-d81de297-27a0-4864-8e85-584709a3ab7a:3...
initializing source <docker://10.100.0.2/orchest-env-bf496ede-cc70-4b92-b178-e4ab3929d5e9-d81de297-27a0-4864-8e85-584709a3ab7a:3>: pinging container registry 10.100.0.2: Get "<http://10.100.0.2/v2/>": dial tcp 10.100.0.2:80: i/o timeout
Any thoughts on this issue?Châu Phước Nguyễn
11/02/2022, 2:44 PMChâu Phước Nguyễn
11/02/2022, 2:46 PMMayara Marinho
11/03/2022, 5:03 PMERROR: Ignored the following versions that require a different python version: 0.10.0 Requires-Python ==3.8.*; 0.11.0 Requires-Python ==3.8.*; 0.12.0 Requires-Python ==3.8.*; 0.6.0 Requires-Python ==3.8.*; 0.7.0 Requires-Python ==3.8.*; 0.8.0 Requires-Python ==3.8.*; 0.9.0 Requires-Python ==3.8.*; 1.0.0 Requires-Python ==3.8.*
ERROR: Could not find a version that satisfies the requirement snowflake-snowpark-python (from versions: none)
ERROR: No matching distribution found for snowflake-snowpark-python
Any tips?Allan Sene
11/03/2022, 7:27 PMGholamhossein Tavasoli
11/04/2022, 3:07 PMHTTP 599: Unknown (Error attempting to connect to Gateway server url '<http://jupyter-eg-00ee2e2d-5982-4d9a86d313c8-94bd-4c1e:8888/jupyter-server-00ee2e2d-5982-4d9a86d313c8-94bd-4c1e>'. Ensure gateway url is valid and the Gateway instance is running.)
Then I upgraded it to the latest version v2022.11.0, but this issue is still there.
Could you please help me?Anderson Feitosa
11/04/2022, 8:07 PMAnderson Feitosa
11/04/2022, 8:11 PMDasha Maliugina
11/07/2022, 5:28 PMekeras
11/08/2022, 12:19 PMTal Mizrachi
11/09/2022, 10:28 AMEsraa Madi
11/09/2022, 10:40 AMDavid Berenstein
11/09/2022, 3:44 PMTal Mizrachi
11/10/2022, 7:49 AMSam Daniel
11/11/2022, 7:16 AMSam Daniel
11/11/2022, 7:59 AMnote: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pandas
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
Tried reinstalling different versions of pandas too, but not helping. Can someone show me the way? Thank youEsraa Madi
11/11/2022, 10:17 AMEsraa Madi
11/14/2022, 11:39 AMAksh Suri
11/14/2022, 1:29 PMBrayden Levangie
11/14/2022, 2:35 PMBrayden Levangie
11/14/2022, 2:52 PMChâu Phước Nguyễn
11/14/2022, 5:10 PMBrayden Levangie
11/14/2022, 8:06 PMMatthew Nelson
11/17/2022, 12:01 AM