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

urbs-env not working - ImportError: DLL load failed - PyTables #294

Open
HoussameH opened this issue Apr 6, 2021 · 1 comment
Open

urbs-env not working - ImportError: DLL load failed - PyTables #294

HoussameH opened this issue Apr 6, 2021 · 1 comment

Comments

@HoussameH
Copy link

After a fresh python install, there seems to be a problem in the conda installation of PyTables when creating the urbs evironment from the .yml file. I do not understand the issue fully, but I think that some DLLs are missing from the conda install of PyTables.

For more information, look at:
PyTables/PyTables#807
and
conda-forge/pytables-feedstock#31

I solved it by installing snappy which comes with the required DLL: conda install snappy

The confusing part is that pytables still works fine even after I removed snappy from the environement. I guess the DLL files are not deleted.

You might want to update the .yml file to account for this or add a note in the installation process.

@YigitG97
Copy link

I have also tried running it without snappy and it was not working at all. So thank you for the solution. I guess this installation step should also be added to the readme file since I tried it with two different computers and got the same errors without snappy.

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