Elijah Rippeth

Results 84 comments of Elijah Rippeth

Seems like you're using Python 3.5 or older. What Python version are you using? This syntax is only valid in 3.6+.

Fabric isn't supported in Python 3. The same author has released [invoke](http://www.pyinvoke.org/), which is a nice alternative.

Hmm, this is the same error as on master. I'll need to dig a bit more to understand this. I may be passing the wrong boost root. Edit, yes, it...

Fixing the path is a good start, but it seems like the linker is failing to load `optimized.lib` on Windows. I'm not sure what this is -- some intermediate build...

No, I'd like this to be merged once CI is green. I've marked it a WIP in case it wasn't obvious that this is a WIP. I'll spend more time...

Using symlinks is generally not a cross-platform solution. I normally comment out the symlink lines in the `setup.py` @munael @fspanda.

I have just encoutered this as well. I managed to get this working by commenting out the `torch` and `torchaudio` dependencies in `setup.py` and this got me unblocked.

No, it's not "regular pip behavior". The StackOverflow question you pointed us to is for _upgrading_ packages which may require an upgrade of its dependencies. We're installing an editable version...

Any chance this could get merged @dianaml0? It's pretty small and is parallel to what happens in, e.g., metaseq so this seems like the right thing to do here.