question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Updating Tutorials16 package installation issue. [Fixes included]

See original GitHub issue

image

As 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:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
AI-Ahmedcommented, May 3, 2022

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?

It would be my pleasure to do that, @julian-risch . I love to do that for you, guys!

1reaction
julian-rischcommented, May 3, 2022

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found