skip to Main Content

Problem when download Python package and then install from .whl files – Ubuntu

I want to download Python package pipy.org and move them to another machine and finally install that packages with downloaded .whl files in that machine This is requirements.txt file: amqp==5.1.1 anytree==2.8.0 asgiref==3.5.2 async-timeout==4.0.2 attrs==22.1.0 autobahn==22.7.1 Automat==22.10.0 beautifulsoup4==4.11.1 billiard==3.6.4.0 celery==5.2.7 certifi==2022.9.24…

VIEW QUESTION

Visual Studio Code – I have installed all the python libraries i want to use in the vscode terminal but when i call to import, it won't work

[{ "resource": "/d:/Users/Home/Desktop/Python/estudos/pratices.py", "owner": "_generated_diagnostic_collection_name_#0", "code": { "value": "reportMissingModuleSource", "target": { "$mid": 1, "external": "https://github.com/microsoft/pyright/blob/main/docs/configuration.md#reportMissingModuleSource", "path": "/microsoft/pyright/blob/main/docs/configuration.md", "scheme": "https", "authority": "github.com", "fragment": "reportMissingModuleSource" } }, "severity": 4, "message": "Import "pandas" could not be resolved from source", "source": "Pylance", "startLineNumber": 1,…

VIEW QUESTION
Back To Top
Search