-
Notifications
You must be signed in to change notification settings - Fork 428
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
Parsing error when using conda convert
to convert from win-64 to all platforms
#3157
Comments
Getting the same error. @monocongo @kalefranz Were you able to find a fix for this? |
The help for What does it mean by a "pure Python package"? Does it mean that all dependencies should be Python and not other packages, for example, C based libraries like OpenCV? |
I believe this is a bug in how paths are being recorded somehow. I think you can have compiled libraries like opencv. You might try to convert your recipe into a |
Hi there, thank you for your contribution! This issue has been automatically locked because it has not had recent activity after being closed. Please open a new issue if needed. Thanks! |
From @monocongo on September 10, 2018 20:57
Current Behavior
I have built a conda package and now trying to convert it into packages suitable for all platforms. When I try that I get a parser error raised by sre_parse.parse_template() (listed below). This error happens regardless of the target platform specified (i.e. same result for 'all' or 'linux-64', etc.)
Steps to Reproduce
Expected Behavior
I expect that build files will be created as a result of the conversion process and these files will end up in the specified output directory.
Environment Information
`conda info`
`conda config --show-sources`
`conda list --show-channel-urls`
Copied from original issue: conda/conda#7759
The text was updated successfully, but these errors were encountered: