Updating Tutorials16 package installation issue. [Fixes included]
See original GitHub issueAs you can see here – after I Run all the notebook Tutorial16_Document_Classifier_at_Index_Time.ipynb
I faced an issue related to the package installation. Please, Update your notebooks tutorials!
Solution:
The notebook installation line is the error:
!pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab, ocr]
You can see that there’s a space between colab and ocr
The right command
!pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab,ocr]
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to Fix Windows Installer Package Problem [Tutorial]
How To Fix Windows Installer Package Problem. Registry Entry: msiexec /i "%1"Most programs can be installed on Windows computer normally.
Read more >Installing & Updating Packages in R | NSF NEON
This tutorial provides the basics of installing and working with packages in R. ... You can also update and install packages from this...
Read more >How to install multiple Windows updates or hotfixes with only ...
The problem occurs in the following scenario: You install updates A and B without restarting the computer between installations. Both packages contain file...
Read more >Using the Updater - Advanced Installer
After adding the files to the package it is time to add the auto-update functionality. Updater ... Check “Check for updates using Advanced...
Read more >Updating installed product packages - IBM
Package updates provide fixes and updates to installed product packages. You can use the Update wizard in IBM Installation Manager to install updates...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It would be my pleasure to do that, @julian-risch . I love to do that for you, guys!
Hi @AI-Ahmed thank you for making us aware of that problem. Would you like to maybe create a pull request with the suggested changes?