Skip to content

Commit

Permalink
[BUG] zsh: no matches found: feathr[notebook] during pip install feat…
Browse files Browse the repository at this point in the history
…hr[notebook] (feathr-ai#961)

* Fixed no command found error when pip install

* Removed directory

* Fixed pip command

* Fixed pip command
  • Loading branch information
ahlag authored Jan 17, 2023
1 parent 26d217b commit ae752c5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/samples/customer360/Customer360.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
},
"outputs": [],
"source": [
"! pip install --force-reinstall git+https://github.com/feathr-ai/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn"
"%pip install --force-reinstall git+https://github.com/feathr-ai/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"outputs": [],
"source": [
"# Install feathr from the latest codes in the repo. You may use `pip install feathr[notebook]` as well.\n",
"# Install feathr from the latest codes in the repo. You may use `pip install \"feathr[notebook]\"` as well.\n",
"%pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\""
]
},
Expand Down
4 changes: 2 additions & 2 deletions docs/samples/feature_embedding.ipynb
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Install feathr from the latest codes in the repo. You may use `pip install feathr[notebook]` as well.\n",
"# %pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\""
"# Install feathr from the latest codes in the repo. You may use `pip install \"feathr[notebook]\"` as well.\n",
"#%pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\""
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions docs/samples/nyc_taxi_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"outputs": [],
"source": [
"# To install feathr from the latest codes in the repo:\n",
"# %pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\" \n",
"#%pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\" \n",
"\n",
"# To install the latest release:\n",
"# %pip install feathr[notebook] "
"#%pip install \"feathr[notebook]\""
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions docs/samples/product_recommendation_demo_advanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"source": [
"### Install Feathr python package and it's dependencies\n",
"\n",
"Here, we install the package from the repository's main branch. To use the latest release, you may run `pip install feathr[notebook]` instead. If so, however, some of the new features in this notebook might not work."
"Here, we install the package from the repository's main branch. To use the latest release, you may run `pip install \"feathr[notebook]\"` instead. If so, however, some of the new features in this notebook might not work."
]
},
{
Expand All @@ -108,8 +108,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Uncomment and run this cell to install feathr from the latest codes in the repo. You may use `pip install feathr[notebook]` as well.\n",
"# %pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\" "
"# Uncomment and run this cell to install feathr from the latest codes in the repo. You may use `pip install \"feathr[notebook]\"` as well.\n",
"#%pip install \"git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project&egg=feathr[notebook]\" "
]
},
{
Expand Down

0 comments on commit ae752c5

Please sign in to comment.