TechNickAI / AICodeBot

AI-powered tool for developers, simplifying coding tasks and improving workflow efficiency. 🤖
GNU Affero General Public License v3.0
50 stars 12 forks source link

AttributeError: 'function' object has no attribute 'name' on fresh install python 3.10.12 #74

Closed TechNickAI closed 1 year ago

TechNickAI commented 1 year ago

Traceback (most recent call last): File "/home/ubuntu/.local/bin/aicodebot", line 5, in from aicodebot.cli import cli File "/home/ubuntu/.local/lib/python3.10/site-packages/aicodebot/cli.py", line 38, in cli.add_command(review) File "/usr/lib/python3/dist-packages/click/core.py", line 1808, in add_command name = name or cmd.name AttributeError: 'function' object has no attribute 'name'

TechNickAI commented 1 year ago

Appears to be only on linux?