Installtion error
See original GitHub issueI 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:
- Created 4 years ago
- Comments:5
Top 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 >
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
@MuhtasimTanmoy what I end up doing is changing the line of
tensorflow
in setup.py from this:To this:
And run the command again, and that solved my problem (at least for now).
@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.)