We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior install
The text was updated successfully, but these errors were encountered:
hi there, the setup file was put in the inappropriate folder, I fixed that. could you please try that again? appreciate your time.
Sorry, something went wrong.
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.
hi, it works well on my end (see pic).
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.
No branches or pull requests
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:
Expected behavior
install
The text was updated successfully, but these errors were encountered: