dash-detr icon indicating copy to clipboard operation
dash-detr copied to clipboard

Issues on Launching it locally

Open Andy0926 opened this issue 4 years ago • 0 comments

Hi, Awesome work you have here! When I try to setup the environment to play around I face some issues over my place. It would be great help if you can take a look.

I have followed the steps given and somehow have the error of "TypeError: cannot convert 'NoneType' object to bytes"

image

There is also a small issues when I try to install the required module with the requirement.txt file

  • ERROR: Could not find a version that satisfies the requirement torch==1.5.0 (from -r requirements.txt (line 28)) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
  • ERROR: No matching distribution found for torch==1.5.0 (from -r requirements.txt (line 28))

To solve this, I install the pytorch manually using

  • pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

Andy0926 avatar Nov 27 '20 13:11 Andy0926