packaging-problems icon indicating copy to clipboard operation
packaging-problems copied to clipboard

Trouble following packaging libraries tutorial

Open paulflang opened this issue 5 years ago • 1 comments

Thank you for providing feedback on Python packaging!

To help us help you, please fill out as much of the following as you can. If a question is not relevant, feel free to skip it.

  1. What is your operating system and version? Ubuntu in VM on Windows host

  2. What is your Python version?

Python 3.7.3

  1. What version of pip do you have?

pip 19.1.1

  1. If following an online tutorial or guide, please provide a link to the page or section giving you trouble:

https://packaging.python.org/tutorials/packaging-projects/

  1. Could you describe your issue in as much detail as possible?
python setup.py sdist bdist_wheel
running sdist
running egg_info
writing example_pkg_paulflang.egg-info/PKG-INFO
writing dependency_links to example_pkg_paulflang.egg-info/dependency_links.txt
writing top-level names to example_pkg_paulflang.egg-info/top_level.txt
reading manifest file 'example_pkg_paulflang.egg-info/SOURCES.txt'
writing manifest file 'example_pkg_paulflang.egg-info/SOURCES.txt'
running check
creating example-pkg-paulflang-0.0.1
creating example-pkg-paulflang-0.0.1/example_pkg
creating example-pkg-paulflang-0.0.1/example_pkg_paulflang.egg-info
copying files to example-pkg-paulflang-0.0.1...
copying README.md -> example-pkg-paulflang-0.0.1
copying setup.py -> example-pkg-paulflang-0.0.1
copying example_pkg/__init__.py -> example-pkg-paulflang-0.0.1/example_pkg
copying example_pkg_paulflang.egg-info/PKG-INFO -> example-pkg-paulflang-0.0.1/example_pkg_paulflang.egg-info
copying example_pkg_paulflang.egg-info/SOURCES.txt -> example-pkg-paulflang-0.0.1/example_pkg_paulflang.egg-info
copying example_pkg_paulflang.egg-info/dependency_links.txt -> example-pkg-paulflang-0.0.1/example_pkg_paulflang.egg-info
copying example_pkg_paulflang.egg-info/top_level.txt -> example-pkg-paulflang-0.0.1/example_pkg_paulflang.egg-info
Writing example-pkg-paulflang-0.0.1/setup.cfg
Creating tar archive
removing 'example-pkg-paulflang-0.0.1' (and everything under it)
running bdist_wheel
running build
running build_py
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
running install_egg_info
removing 'build/bdist.linux-x86_64/wheel/example_pkg_paulflang-0.0.1-py3.7.egg-info' (and everything under it)
Copying example_pkg_paulflang.egg-info to build/bdist.linux-x86_64/wheel/example_pkg_paulflang-0.0.1-py3.7.egg-info
running install_scripts
error: [Errno 26] Text file busy: 'build/bdist.linux-x86_64/wheel/example_pkg_paulflang-0.0.1.dist-info'

paulflang avatar Apr 29 '20 17:04 paulflang

See also #389

dukecat0 avatar Aug 16 '21 10:08 dukecat0