-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"No module called 'appdirs'" #14
Comments
You're missing the required module. Use pip to install the appdirs, and probably the requests module if you're missing that too. |
I've installed pip, and I'm trying to download appdirs from here using pip, but if gives an error saying that it can't read the format of a file. |
I used the command line to install it, via I don't use python, so I don't know why it fails for you. |
Try using pip3 instead of pip, considering this uses python3.4. |
The readme has been updated to include linux setup - is this still an issue? |
If you have python 3 and pip3 already: |
Is requests an actual requirement? I didn't need to install it. |
I actually had this exact same problem. I came here to find the solution, but I found a solution myself. instead of calling it with |
Currently using Python 3.5.0 and attempting to download the Anti-Material Energy pack.
C:\Users\kids>C:\Users\kids\Desktop\Python\python.exe C:\Users\kids\Desktop\Games\Minecraft\curseDownloader-master\downloader.py C:\Users\kids\Desktop\manifest.json Traceback (most recent call last): File "C:\Users\kids\Desktop\Games\Minecraft\curseDownloader-master\downloader.py", line 4, in <module> import appdirs ImportError: No module named 'appdirs'
The text was updated successfully, but these errors were encountered: