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.

No local packages or working download links found for spconv,error: Could not find suitable distribution for Requirement.parse('spconv')

See original GitHub issue

Thanks for for the code. but when i’m trying to install all dependencies mentioned in install.md, i’m facing this error when i’m running the last step in it. Dependency installed

  1. Ubuntu 16.04(Azure VM)
  2. python 3.7.8
  3. cuda 10.1
  4. Pytorch 1.5
  5. installed docker and run the docker pull command mentioned in the spconv repo.

**``` xyz@pvrcnn:~/OpenPCDet$ sudo python3 setup.py develop /usr/local/lib/python3.7/dist-packages/setuptools/dist.py:458: UserWarning: Normalizing ‘0.3.0+0741976’ to ‘0.3.0+741976’ warnings.warn(tmpl.format(**locals())) running develop running egg_info writing pcdet.egg-info/PKG-INFO writing dependency_links to pcdet.egg-info/dependency_links.txt writing requirements to pcdet.egg-info/requires.txt writing top-level names to pcdet.egg-info/top_level.txt /home/xyz/.local/lib/python3.7/site-packages/torch/utils/cpp_extension.py:304: UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja… Falling back to using the slow distutils backend. warnings.warn(msg.format(‘we could not find ninja.’)) reading manifest file ‘pcdet.egg-info/SOURCES.txt’ writing manifest file ‘pcdet.egg-info/SOURCES.txt’ running build_ext copying build/lib.linux-x86_64-3.7/pcdet/ops/iou3d_nms/iou3d_nms_cuda.cpython-37m-x86_64-linux-gnu.so -> pcdet/ops/iou3d_nms copying build/lib.linux-x86_64-3.7/pcdet/ops/roiaware_pool3d/roiaware_pool3d_cuda.cpython-37m-x86_64-linux-gnu.so -> pcdet/ops/roiaware_pool3d copying build/lib.linux-x86_64-3.7/pcdet/ops/roipoint_pool3d/roipoint_pool3d_cuda.cpython-37m-x86_64-linux-gnu.so -> pcdet/ops/roipoint_pool3d copying build/lib.linux-x86_64-3.7/pcdet/ops/pointnet2/pointnet2_stack/pointnet2_stack_cuda.cpython-37m-x86_64-linux-gnu.so -> pcdet/ops/pointnet2/pointnet2_stack copying build/lib.linux-x86_64-3.7/pcdet/ops/pointnet2/pointnet2_batch/pointnet2_batch_cuda.cpython-37m-x86_64-linux-gnu.so -> pcdet/ops/pointnet2/pointnet2_batch Creating /usr/local/lib/python3.7/dist-packages/pcdet.egg-link (link to .) pcdet 0.3.0+741976 is already the active version in easy-install.pth

Installed /home/xyz/OpenPCDet Processing dependencies for pcdet==0.3.0+741976 Searching for spconv Reading https://pypi.org/simple/spconv/ Couldn’t find index page for ‘spconv’ (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.org/simple/ No local packages or working download links found for spconv error: Could not find suitable distribution for Requirement.parse(‘spconv’)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
MartinHahnercommented, Aug 11, 2020

you need to install spconv first: https://github.com/traveller59/spconv/issues/152

0reactions
natsume7commented, May 6, 2021

i get the same problem but after Run cd ./dist, use pip to install generated whl file ,it work

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python setup.py: Could not find suitable distribution for ...
My assumption is that it's going to PyPI for tensorflow and it should be there, so maybe I've somehow goobered where it looks...
Read more >
Could not find suitable distribution for Requirement.parse ...
No local packages or download links found for nose==1.1.3 error: Could not find suitable distribution for Requirement.parse('nose==1.1.3') need help please.
Read more >
6972 (Cheese shop entry for django is broken)
... No local packages or download links found for django error: Could not find suitable distribution for Requirement.parse('django').
Read more >
Ends soon! - codingforentrepreneurs.com
No local packages or download links found for pip error: Could not find suitable distribution for Requirement.parse('pip'). Loading replies.
Read more >
Intermittent distutils.errors.DistutilsError: Could not find ...
22:22:31 INFO - No local packages or working download links found for ... Could not find suitable distribution for Requirement.parse('vcversioner') ...
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