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

Make sure to ignore channels in local configuration #10

Closed
drdavella opened this issue Jan 10, 2019 · 3 comments
Closed

Make sure to ignore channels in local configuration #10

drdavella opened this issue Jan 10, 2019 · 3 comments

Comments

@drdavella
Copy link
Contributor

Originally at drdavella/tox-conda#1.

@pylang
Copy link

pylang commented Mar 30, 2019

Let me begin by saying this is a long awaited, wonderful plugin!

My tox env that once installed the entire scipy stack from pip took 5-10+ mins. With this plugin - 30+ secs! Thank you so much @drdavella et al.

Observation

I ran into an error re-running tox on Windows. The first time it seems to run alright. The second or third time I get an unusual PermissionError when conda tries to install vs2015_runtime-*.

I imagine this can be reproduced running tox with the following dependencies several times.

conda_deps=

    ipykernel
    numpy
    scipy
    pandas
    sympy

I can alleviate this error temporarily by deleting the tox env, but of course this is not preferable. Thanks again!

Update:

While watching the tox env during recreation, I observed the vcruntime dll lingers, doesn't get trashed. I assume this lingering file is blocking conda installation.

@drdavella
Copy link
Contributor Author

Hi @pylang thanks for the feedback! I have opened a new issue to track the problem you reported. Please see #19 for discussion.

@drdavella drdavella reopened this Apr 1, 2019
@AntoineD
Copy link
Collaborator

Not sure what the issue was, closing for now.

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

3 participants