sachinsenal0x64 / fixarr

🍿 Cross Platform Ultimate Movie | TV | Anime Renamer with Backup Media Servers (Plex | Emby | Jellyfin)
MIT License
93 stars 6 forks source link

Likely `dotenv` dependency missing from "requirements" #30

Closed goulashsoup closed 3 days ago

goulashsoup commented 3 weeks ago
fixarr-main$ pip3 install -r requirements.txt --break-system-packages
Requirement already satisfied: <for all packages>

fixarr-main$ python3 fixarr.py
Traceback (most recent call last):
  File "/media/<user>/Media/Shared/fixarr-main/fixarr.py", line 30, in <module>
    from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'

Also, why not use poetry?

sachinsenal0x64 commented 1 week ago

Also, why not use poetry?

When I use Poetry, I can't install some packages. :/

Likely dotenv dependency missing from "requirements" #30

Fixed