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

getting error after install: "ImportError: No module named pyroj" #27

Closed
mas-dse-mcyi opened this issue Nov 4, 2015 · 2 comments
Closed

Comments

@mas-dse-mcyi
Copy link

Any thoughts? I ran the following:

clone github repo or download source release at http://python.org/pypi/pyproj.
python setup.py build
python setup.py install (with sudo if necessary).

To test, run python -c "import pyproj; pyproj.test()"

Thanks!

@micahcochran
Copy link
Collaborator

Does the error say "ImportError: No module named pyroj" or does it say "ImportError: No module named pyproj"?

Did you download the release or clone the repo? What version of python are you running?

pip is another way to install pyproj. If you have pip installed, pip install pyproj.

@mas-dse-mcyi
Copy link
Author

Hi Micah,

Thanks for the response. I think you meant to type another error as the same error is listed twice. After restarting my VM this morning, the test script is working. I think one of the bash.rc files needed to be sourced. Thanks!

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