-
Notifications
You must be signed in to change notification settings - Fork 106
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
Cannot Import 'UndefinedType' from 'pydantic.fields' #592
Comments
ok. |
Did you have to modify your enviornment (e.g. pin dependencies) to get things to work? If so, we should uptake those changes to this repo to help others out. |
yes exactly. The following is V1 -> reference
|
Re-opening as this is a pin that should be added to stac-fastapi. |
just for some extra info, the following works for me:
|
The following dependencies are in a
setup.py
pip install -e <dir>[dev,server]
will give me the following import error:Are there any constraints in package versions in order to make this work? whatever i do i get the above error
Related issue
The text was updated successfully, but these errors were encountered: