-
Notifications
You must be signed in to change notification settings - Fork 134
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
AttributeError: 'dict' object has no attribute 'split' #157
Comments
looks like you have an extra indentation on the |
Sorry, I meant:
I guess, I should rephrase my question. How can I included It works in a conda environment file. EDIT: This is what I want to install: |
@daler could you please let me know your thoughts on this issue? |
Ah, sorry I misunderstood. Pip dependencies work in a conda env file but this is not supported (that I know of) by conda when building recipes. Anyway I think it's better to have checksummed downloads be the only input to a recipe rather than arbitrary pip packages. For a recipe, any deps need to be in either defaults, conda-forge, or bioconda channels. But if you're looking specifically for bx-python, it's in bioconda (https://anaconda.org/bioconda/bx-python). |
Thanks @daler The thing is that our scripts depend on On the other hand, I don't understand why pip dependencies are not supported when building recipes, if the version of the pip package is fixed. We need Any suggestions? |
If you run
Installing from pip is not supported by An individual recipe can install from pip (that's how pretty much all python packages in bioconda are built). If you want bx-python on py3, then you need a working recipe and package for bx-python on py3. You can try getting a py3 package to run and pass tests, and work with upstream as necessary to get that to work. |
Thanks @daler |
Hi,
I get an AttributeError exception when doing:
Full output is here
I think the error was caused after adding a
pip
dependency on mymeta.yaml
file, likeDo you know why?
Best regards,
Sebastian
The text was updated successfully, but these errors were encountered: