Open swiezaczek opened 1 year ago
Update your pipfile as follows:
[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true
[dev-packages] pylint = "*"
[packages] beautifulsoup4 = "" environs = "" fake-useragent = "" lxml = "" python-dateutil = "" python-telegram-bot = "" requests = "*"
[requires] python_version = "3.10"
pipenv install Warning: Python 3.7 was not found on your system… You can specify specific versions of Python with: $ pipenv --python path/to/python
ant help?
--
I changed pip with "*" instead "3.7" , and it went through but I encountered another issue: