HotimartBot
HotimartBot copied to clipboard
ImportError: No module named hotmart_bot.__main__
~/Projects/HotimartBot master*
❯ poetry config virtualenvs.in-project true
~/Projects/HotimartBot master*
❯ poetry install
Skipping virtualenv creation, as specified in config file.
Installing dependencies from lock file
Package operations: 35 installs, 4 updates, 0 removals
• Installing attrs (20.3.0)
• Updating certifi (2020.11.8 -> 2020.12.5)
• Updating chardet (3.0.4 -> 4.0.0)
• Installing click (7.1.2)
• Installing iniconfig (1.1.1)
• Installing mccabe (0.6.1)
• Installing mypy-extensions (0.4.3)
• Installing packaging (20.8)
• Installing pathspec (0.8.1)
• Installing pluggy (0.13.1)
• Installing py (1.10.0)
• Installing pycodestyle (2.6.0)
• Installing pyflakes (2.2.0)
• Installing regex (2020.11.13)
• Installing snowballstemmer (2.0.0)
• Installing toml (0.10.2)
• Installing typed-ast (1.4.2)
• Installing typing-extensions (3.7.4.3)
• Updating urllib3 (1.25.11 -> 1.26.2)
• Installing black (20.8b1)
• Installing configparser (5.0.1)
• Installing coverage (5.3.1)
• Installing crayons (0.4.0)
• Installing flake8 (3.8.4)
• Installing pydocstyle (5.1.1)
• Installing pytest (6.2.1)
• Updating requests (2.24.0 -> 2.25.1)
• Installing flake8-annotations (2.5.0)
• Installing flake8-black (0.2.1)
• Installing flake8-docstrings (1.5.0)
• Installing flake8-import-order (0.18.1)
• Installing mypy (0.790)
• Installing pathvalidate (2.3.2)
• Installing pycryptodome (3.9.9)
• Installing pytest-cov (2.11.0)
• Installing python-dotenv (0.15.0)
• Installing selenium-wire (2.1.2)
• Installing webdriver-manager (3.2.2)
• Installing youtube-dl (2020.12.31)
Installing the current project: hotmart-bot (0.1.0)
~/Projects/HotimartBot master* 1m 26s
❯ poetry run hotmart-bot https://COURSE.club.hotmart.com email password
Skipping virtualenv creation, as specified in config file.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named hotmart_bot.__main__