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

install bug within offical python 3.11-slim docker #3

Open
ZoidbergPi opened this issue Aug 21, 2023 · 3 comments
Open

install bug within offical python 3.11-slim docker #3

ZoidbergPi opened this issue Aug 21, 2023 · 3 comments

Comments

@ZoidbergPi
Copy link

Describe the bug
root@2ddce338d671:/# python3.11 -m pip install aioTrends
Collecting aioTrends
Using cached aioTrends-0.0.3.tar.gz (327 kB)
ERROR: aioTrends from https://files.pythonhosted.org/packages/68/12/57a9cffe972a4587fe399907eb2f764c218f99b0795f349c14e9627aa42c/aioTrends-0.0.3.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

To Reproduce
Steps to reproduce the behavior:

  1. docker run -d python:3.11-slim sleep 999999999
  2. docker exec -it 2ddce338d671 bash
  3. pip install --upgrade pip
  4. pip install aioTrends

Expected behavior
install

@yuz0101
Copy link
Owner

yuz0101 commented Aug 22, 2023

hi there, the setup file was put in the inappropriate folder, I fixed that. could you please try that again? appreciate your time.

@ZoidbergPi
Copy link
Author

4. pip install aioTrends

the problem still here:

ERROR: aioTrends from https://files.pythonhosted.org/packages/6d/38/d832a971cd304421352aedda5baaf1fffc29e3b9058c401ae90df0c99cf5/aioTrends-0.0.4.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

@yuz0101
Copy link
Owner

yuz0101 commented Aug 23, 2023

hi, it works well on my end (see pic).

image

Could you please try below?

(1) uninstall the package and reinstall it.
or
(2) try setup a new virtual environment and install it

I hope it is helpful to you.

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

No branches or pull requests

2 participants