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

pyproj 2.2.0 ImportError: No module named 'aenum' #332

Closed
apiszcz opened this issue Jun 2, 2019 · 0 comments
Closed

pyproj 2.2.0 ImportError: No module named 'aenum' #332

apiszcz opened this issue Jun 2, 2019 · 0 comments

Comments

@apiszcz
Copy link

apiszcz commented Jun 2, 2019

Advanced Enumerations now required for pyproj.
https://pypi.org/project/aenum/#files

Traceback (most recent call last):
File "lib_testmod\testmod.py", line 2807, in
import pyproj
File "C:\g\testmod\lib\pyproj_init_.py", line 75, in
from pyproj.crs import CRS # noqa
File "C:\g\testmod\lib\pyproj\crs.py", line 35, in
from pyproj._crs import CoordinateOperation # noqa
File "pyproj_crs.pyx", line 7, in init pyproj._crs
File "C:\g\testmod\lib\pyproj\enums.py", line 10, in
from aenum import Enum
ImportError: No module named 'aenum'

@apiszcz apiszcz closed this as completed Jun 2, 2019
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

1 participant