-
Notifications
You must be signed in to change notification settings - Fork 214
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
Error installing pydaal #8
Comments
Andreas, This error is caused by an incompatibility between conda version >=4.3.9 and our "intelpython" package version 2017.0.0. The actual failure is with the "intelpython" package's pre-link script. The pydaal package is only affected because of its dependence on "intelpython". We removed the pre- and post-link scripts from the intelpython package version 2017.0.2, which was just promoted today, so the issue should be resolved if you attempt your install command again. Best, |
thanks, works now :) |
* Experiment to address infinite loop * Experiment #2 to address infinite loop * Experiment #3 to address infinite loop * Temporary debug output added * External limit for number of threads was removed * Experiment #4 to address infinite loop * Experiment #5 to address infinite loop * Experiment #6 to address infinite loop * Experiment #7 to address infinite loop * Experiment #8 to address infinite loop * 20% is set as optimal value * Temporary code removed * Optimal array_size is caclulated based on max thread count * Optimal array_size is decreased * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Experiment #9 to address infinite loop * Optimal array_size is adjusted * Temporary debug output added * Compilation fix * Experiment #10 to address infinite loop * Temporary debug output added * Experiment #11 to address infinite loop * Temporary code removed * Optimal array_size is adjusted
* Experiment to address infinite loop * Experiment #2 to address infinite loop * Experiment #3 to address infinite loop * Temporary debug output added * External limit for number of threads was removed * Experiment #4 to address infinite loop * Experiment #5 to address infinite loop * Experiment #6 to address infinite loop * Experiment #7 to address infinite loop * Experiment #8 to address infinite loop * 20% is set as optimal value * Temporary code removed * Optimal array_size is caclulated based on max thread count * Optimal array_size is decreased * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Optimal array_size is adjusted * Experiment #9 to address infinite loop * Optimal array_size is adjusted * Temporary debug output added * Compilation fix * Experiment #10 to address infinite loop * Temporary debug output added * Experiment #11 to address infinite loop * Temporary code removed * Optimal array_size is adjusted
I've tried to install pydaal from the anaconda channel, but run into issues. This is a completely fresh conda environment.
The text was updated successfully, but these errors were encountered: