orchest / orchest

Build data pipelines, the easy way 🛠️

Home Page:https://orchest.readthedocs.io/en/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

during orchest installation "no module named 'orchestcli' " error

nuhyurdev opened this issue · comments

I am install the oss version in ubuntu via docker desktop. I executed these command sequentially.

pip install --upgrade orcehest-cli
.local/bin/orchest install 

and got this error.

Traceback (most recent call last):
File ".local/bin/orchest", line 5, in
from orchestcli.cli import cli
ModuleNotFoundError: No module named 'orchestcli'

This is for Orchest latest version and Ubuntu 20.04 docker desktop installation.

❤️ Thanks for opening your first issue! We really appreciate your input.
💬 If you need to connect more synchronously with members of the Orchest community, please feel free to chat with us on our Slack.

This is my bad, I uninstall orchest package via pip. and run orchest install again. its done.
because installed orchest package via pip before.

Hi @nuhyurduseven, you are quick! I was just about to reply :)

Glad to hear you managed to resolve the issue yourself. In case you have any problems in the future, then don't hesitate to open another issue.