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

ImportError: No module named 'get_smarties' with python 3.5.2 #1

Closed
stellasia opened this issue Dec 5, 2017 · 8 comments
Closed

ImportError: No module named 'get_smarties' with python 3.5.2 #1

stellasia opened this issue Dec 5, 2017 · 8 comments

Comments

@stellasia
Copy link

Hi,

I have pip installed this package in my virtualenv as suggested in README: pip install git+https://github.com/joeddav/get_smarties.git but when trying to import I get this ImportError.

Any idea ?

I am using python 3.5.2

@TengGao
Copy link

TengGao commented Dec 7, 2017

I also have the same issue, and I use Anaconda. Is it an compatibility issue?
Is there a way to manually install the package instead of using pip?

@joeddav
Copy link
Owner

joeddav commented Jan 4, 2018

That's odd. Try cloning the repo and installing locally with pip install path/to/repo

@paulochf
Copy link

Got the same issue. Cloning and installing locally didn't work.

@joeddav
Copy link
Owner

joeddav commented Jan 15, 2018

This seems like an issue with how anaconda uses pip, and I'm afraid I'm not an anaconda expert. I'd check out ContinuumIO/anaconda-issues#1429. Looks like some helpful tips there. Please post here if you get a fix.

@paulochf
Copy link

I'm sorry, I forgot to mention: I don't use Anaconda, Python version is 3.6.3.

@joeddav
Copy link
Owner

joeddav commented Feb 5, 2018

Sorry guys, my instructions were faulty. I replicated the issue and the following worked for me:

pip install -e git+https://github.com/joeddav/get_smarties.git#egg=get_smarties

Let me know if that doesn't work.

@joeddav joeddav closed this as completed in 0dc4a5a Feb 5, 2018
@paulochf
Copy link

paulochf commented Feb 5, 2018

Worked for me, thanks!

@stellasia
Copy link
Author

Sorry for the lack of feedbacks but thanks for fixing it!

I just had to add quotes on zsh:

pip install -e "git+https://github.com/joeddav/get_smarties.git#egg=get_smarties"

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

4 participants