JakubDotPy / logitycoon_automation

2 stars 1 forks source link

Installation problem #2

Open Cat-navigator opened 9 months ago

Cat-navigator commented 9 months ago

Hello, when I try to install via the command line, I get errors 'venv' is not recognized as an internal or external command, operable program or batch file.

Traceback (most recent call last): File "C:\Users\muravyev_dima\logitycoon_automation\main.py", line 5, in from company.managers import Freight Manager File "C:\Users\muravyev_dima\logitycoon_automation\company\managers.py", line 3, in from company.garage import Truck File "C:\Users\muravyev_dima\logitycoon_automation\company\garage.py", line 4, in from requests_html import HTML Session ModuleNotFoundError: No module named 'requests_html'

no configuration file provided: not found

I do not know how to fix them and what is the problem Thank you so much for your help

error