Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest release (3.8.0) installs examples in site-packages #6203

Closed
1 task done
jieru-hu opened this issue Nov 2, 2021 · 3 comments
Closed
1 task done

latest release (3.8.0) installs examples in site-packages #6203

jieru-hu opened this issue Nov 2, 2021 · 3 comments
Labels

Comments

@jieru-hu
Copy link

jieru-hu commented Nov 2, 2021

Describe the bug

the latest release installs a top level examples packages

ls anaconda3/envs/p3711/lib/python3.7/site-packages/examples/

This makes it not possible for me to use my own examples module. :(

To Reproduce

install latest version

Expected behavior

do not install a top-level examples package.

Logs/tracebacks

N/A

Python Version

$ python --version
Python 3.7.11
and also python 3.8

aiohttp Version

$ python -m pip show aiohttp
3.8.0

multidict Version

$ python -m pip show multidict
Version: 5.2.0

yarl Version

$ python -m pip show yarl
Version: 1.7.2

OS

macOS

Related component

Server

Additional context

No response

Code of Conduct

  • I agree to follow the aio-libs Code of Conduct
@jieru-hu jieru-hu added the bug label Nov 2, 2021
@webknjaz
Copy link
Member

webknjaz commented Nov 2, 2021

Fixed by #6189.

@webknjaz webknjaz closed this as completed Nov 2, 2021
@jieru-hu
Copy link
Author

jieru-hu commented Nov 2, 2021

thanks! sorry i only checked open issues so didn't see the fix :)

@webknjaz
Copy link
Member

webknjaz commented Nov 2, 2021

No worries :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants