CellProfiler / python-bioformats

Read and write life sciences file formats
Other
132 stars 46 forks source link

Shim to pip install in python2+3 (#56) #67

Closed jnj16180340 closed 8 years ago

jnj16180340 commented 8 years ago

Python-bioformats now installs in python3.5 and python2.7 (see #56).

A more permanent solution might involve doing str/bytes conversion in get_version()

jnj16180340 commented 8 years ago

Does this indicate a problem with the build server or something else

conda-build               1.16.0                   py27_0    defaults
install.11
0.00s$ cd $TRAVIS_REPO_SLUG
0.33s$ conda create --use-local -n testenv python=$PYTHON_VERSION
Fetching package metadata ...CondaHTTPError: HTTP Error: Could not find URL: file:///home/travis/miniconda/conda-bld/linux-64/
The command "conda create --use-local -n testenv python=$PYTHON_VERSION" failed and exited with 1 during .
Your build has been stopped.
mcquin commented 8 years ago

@jnj16180340 I'm currently working on fixing the Travis build.

mcquin commented 8 years ago

@jnj16180340 OK Travis is happy again. You'll need to rebase you changes on latest master.

jnj16180340 commented 8 years ago

Hardcoding the version in 1.0.9 is a better fix, though