Daniel Rodriguez

Results 68 comments of Daniel Rodriguez

That happens when you are developing on localhost

I am using `pip 9.0.1`. Maybe if I downgrade python to downgrade pip?

After looking at one project that does work with `pip` and worked for me in the same setup I tried a bunch of stuff the actual error was the directory...

I honestly don't know whats happening anymore :) but this combination of settings made it work for me: ``` name: 22-classification-and-regression commands: default: notebook: classification-and-regression.ipynb env_spec: default packages: - python=3.5...

Another example that doesn't work ``` name: 28-thrid-party commands: default: unix: python main.py packages: - python=3.5 - notebook - pandas - pip: - dash env_specs: default: channels: [] packages: []...

Ok, scratch the previous comment, that anaconda-project file works just fine, they all are probably valid and work fine. I didn't want to believe it but it is indeed the...

I would have bet that I have done longer paths in the past, with java projects but i guess not. Is this a conda limit? because `conda install` of pkgs...

Not currently but we should add an option to do that.

Thank you for the contribution! I will review soon

Apologies on the delay, since @juftin also tested it I am happy to merge. I will try to cut a release today if i have time so you can use...