Travis Hathaway

Results 174 comments of Travis Hathaway

Hi @Gaussian-art, Thanks for giving us this new error message. I'm beginning to think that this may have to do with how this package was built. For example, the text...

Quick update: I have notified those responsible for managing the `arrow-cpp` package, and they have identified some problems with it. They are currently working to address these issues.

Hi @jeisner, If you're using Anaconda Distribution, I would strongly recommend not using `conda update --all`. It's much better to stick with running `conda update -n base anaconda` because that...

Hi @garyo, Thanks for filing this. I think this is where such a change would have to be made in the conda code: https://github.com/conda/conda/blob/140096092abf0987272806e788de56f0841eefab/conda/activate.py#L953-L964 We would be more than happy...

@JiachengGU1711, Can you please run: ``` conda clean --all ``` Rerun the command, and see if this error has disappeared.

@JiachengGU1711, The next step is to verify that what you are getting is an actual conda package. Here are steps you can follow to do that: First, download it with...

Hi @matx93, I believe this is an issue related to `pip`. Therefore, the `conda` project is not the best place to file this issue. I don't know much about the...

Hi @kito323, Thanks for submitting this feature request. I hear your frustrations around messing up the base environment. This is something that all the maintainers are well aware of. We...