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.

Installtion error

See original GitHub issue

I forked the repository and I worked on the “dev” branch and while running the command:

python setup.py install

I got this error message:

Processing dependencies for imagededup==0.1.0
Searching for tensorflow~=2.0.0
Reading https://pypi.org/simple/tensorflow/
No local packages or working download links found for tensorflow~=2.0.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
ShaharNavehcommented, Oct 16, 2019

@MuhtasimTanmoy what I end up doing is changing the line of tensorflow in setup.py from this:

"tensorflow==2.0.0"

To this:

"tensorflow<2.1,>=2.0.0b1"

And run the command again, and that solved my problem (at least for now).

0reactions
tanujjaincommented, Oct 17, 2019

@MomIsBestFriend The package does not currently guarantee compatibility with python 3.7. It should work fine with python 3.6 (compatibility is mentioned in the docs/readme too.)

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot Windows Installer errors - Microsoft Support
Describes how to troubleshoot problems that occur when you install, uninstall, or upgrade a program on a Windows-based computer by using Windows Installer....
Read more >
How to Fix Microsoft Windows 10 Installation Error Codes
This document covers the list of Windows 10 installation error codes with its corresponding Cause and Resolution. Learn how to Fix!
Read more >
If an error occurred while updating or installing macOS
The message might say that an error occurred while downloading, preparing, or installing, or that the installer is damaged or could not be ......
Read more >
Fix problems installing Chrome - Google Chrome Help
If you get an error message when you try to download and install Google Chrome, try these fixes. Fix most installation errors Make...
Read more >
9 Ways to Fix an Error Occurred While Preparing the Installation
1. Why is macOS Big Sur failing to install? · 2. Why does my Mac update keep failing? · 3. What do I...
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