Quantcast
Channel: import module after pip install wheel - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by wim for import module after pip install wheel

The setup.py is wrong, which means you're building a wheel with no packages actually inside.Instead ofsetup( ... packages=find_packages(include=["src"]), ...)Try this:setup( ......

View Article



import module after pip install wheel

I have a customized built module, lets call it abc, and pip install /local_path/abc-0.1-py3-none-any.whl. Installation is correct,>>pip install dist/abc-0.1-py3-none-any.whlProcessing...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images