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
In #26648, when we tried to use environment.yml to build the docs in azure instead of ci/deps/travis-36-docs.yaml, we found that pyarrow couldn't be imported, and it failed with the next error :
There are few differences between the created environments, like Python 3.6 vs 3.7, arrow-cpp being installed from defaults vs conda-forge... But it's unclear what's the exact problem or what is causing it.
Ideally, we'd like to use environment.yml to build the docs, so the environment is exactly the same as the local installations we use.
What we need to do is:
Identify what is causing the error
Implement the required changes so pyarrow can be imported
Replace ci/deps/travis-36-docs.yaml by environment.yml in the doc builds in Travis and Azure.
The text was updated successfully, but these errors were encountered:
Looks like the problem is not happening anymore. I guess it was a bug on Anaconda's side serving arrow-cpp from the conda-forge channels instead of the defaults conda one.
In #26648, when we tried to use
environment.yml
to build the docs in azure instead ofci/deps/travis-36-docs.yaml
, we found thatpyarrow
couldn't be imported, and it failed with the next error :There are few differences between the created environments, like Python 3.6 vs 3.7, arrow-cpp being installed from defaults vs conda-forge... But it's unclear what's the exact problem or what is causing it.
Ideally, we'd like to use
environment.yml
to build the docs, so the environment is exactly the same as the local installations we use.What we need to do is:
pyarrow
can be importedci/deps/travis-36-docs.yaml
byenvironment.yml
in the doc builds in Travis and Azure.The text was updated successfully, but these errors were encountered: