You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a conda package for osqp on Windows using AppVeyor. While everything compiles and a conda package is created, conda build fails while preparing the environment for testing with
ERROR: file or package not found: codegen' (missing __init__.py?)
codegen is a module of osqp, i.e., osqp.codegen which definitely is available. In fact, conda build is successful on Linux and OSX. The problem applies to Python 3.6 and 3.7.
I'm trying to build a conda package for osqp on Windows using AppVeyor. While everything compiles and a conda package is created, conda build fails while preparing the environment for testing with
codegen
is a module ofosqp
, i.e.,osqp.codegen
which definitely is available. In fact, conda build is successful on Linux and OSX. The problem applies to Python 3.6 and 3.7.The full log is at https://ci.appveyor.com/project/sebp/osqp-conda/builds/22612254/job/ti0gq0wa5gtq7tpm
Actual Behavior
Expected Behavior
Installing
osqp
package should proceed without errors as on Linux an OSX before running test suite.Steps to Reproduce
Build recipe is available at https://github.com/sebp/osqp-conda/blob/master/recipe/meta.yaml
Output of conda info
The text was updated successfully, but these errors were encountered: