-
Notifications
You must be signed in to change notification settings - Fork 9
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
fme
missing attribute 'get_device' on clean install
#22
Comments
Thanks for reporting. I am not able to reproduce this so far. Do you also have the issue if installing directly from PyPI? |
I was able to reproduce this. It happens specifically when in the root directory of this repo (e.g. call |
I did a clean install of ACE on a system that didn't have mamba installed and it worked following the quick start guide on the first attempt. So I am inclined to believe that this is an issue with mamba. |
Turns out this is related to our usage of a development install
If I remove the current working directory from
We'll just have to update the folder naming convention so this won't bite others looking to do local dev work in this repo. |
@elynnwu found a nice workaround for now. Add i.e. in the root dir of the repo, |
Doing a clean install of ACE and creating the environment, the fme module is missing elements needed to run. I've tested this out on two different machines get the same error message.
I managed to work around this by uninstalling fme after running
make create_environment
and then reinstalling to the latest version.The text was updated successfully, but these errors were encountered: