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

Initial setup related issue #127

Closed
gayatri-devarakonda opened this issue Aug 4, 2015 · 2 comments
Closed

Initial setup related issue #127

gayatri-devarakonda opened this issue Aug 4, 2015 · 2 comments

Comments

@gayatri-devarakonda
Copy link
Contributor

Hello,
I'm not sure if this can be raised as an issue. But couldn't find some other way to ask this question.
I have downloaded sparklingpandas zip file.

I've added the folder to PYTHONPATH variable.

When I am trying to import it from python interactive shell, I'm getting an import error.

import sparklingpandas
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named sparklingpandas

I cannot use 'pip install' because pip is not installed on the machine I'm using. And I don't have much control on the machine since I'm not the root user of the machine.

@hougs
Copy link

hougs commented Aug 5, 2015

So, I think the way to install this locally without pip is to unzip the files. Then, there should be a setup.py file in the root dir of the directory created from unzipping it. You can then run python setup.py install and that should install everything locally, without pip.

@gayatri-devarakonda
Copy link
Contributor Author

Thanks very much. This works!

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

2 participants