Skip to content
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

Open
bigyihsuan opened this issue Feb 19, 2016 · 8 comments
Open

"No module called 'appdirs'" #14

bigyihsuan opened this issue Feb 19, 2016 · 8 comments

Comments

@bigyihsuan
Copy link

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'

@helkarakse
Copy link

You're missing the required module. Use pip to install the appdirs, and probably the requests module if you're missing that too.

@bigyihsuan
Copy link
Author

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.

@helkarakse
Copy link

I used the command line to install it, via
python -m pip install appdirs

I don't use python, so I don't know why it fails for you.

@ibsavage
Copy link

ibsavage commented Mar 5, 2016

Try using pip3 instead of pip, considering this uses python3.4.

@inverse
Copy link
Contributor

inverse commented Jul 10, 2016

The readme has been updated to include linux setup - is this still an issue?

@kemball
Copy link

kemball commented Oct 13, 2016

If you have python 3 and pip3 already:
pip3 install appdirs requests
It would be neat to have a requirements.txt or whatever.

@inverse
Copy link
Contributor

inverse commented Oct 16, 2016

Is requests an actual requirement? I didn't need to install it.

@cmhulbert
Copy link

cmhulbert commented Jan 22, 2017

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 python call it as python3, which I guess makes sense, as appdirs is only installed for python3, so that is why it is telling you the module doesn't exits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants