-
Notifications
You must be signed in to change notification settings - Fork 53
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
FYI: install_requires in setup.py is missing packages #9
Comments
Thanks @paulmueller. |
Hi keflavich. I encountered the same error and doing a pip install pysetup fixed the issue. The next problem that showed up is as follows: ImportError Traceback (most recent call last) c:\users\jerome\miniconda3\envs\py27\lib\site-packages\image_registration_init_.py in () c:\users\jerome\miniconda3\envs\py27\lib\site-packages\image_registration\cross_correlation_shifts.py in () ImportError: cannot import name fast_ffts Can you help me fix this issue? |
@jpdeleon There were some outdated imports. I just fixed them. Try the latest version. |
I just installed version 0.2.1 from pypi and it wouldn't import, because some packages were not installed automatically.
These were
pywcs
,FITS_tools
, andastropy
. I see thatastropy
is already a dependency in master.The text was updated successfully, but these errors were encountered: