Code Monkey home page Code Monkey logo

fabio-feedstock's Introduction

About fabio-feedstock

Feedstock license: BSD-3-Clause

Home: https://github.com/silx-kit/fabio

Package license: MIT AND LGPL-3.0-or-later

Summary: I/O library for images produced by 2D X-ray detector

Current build status

Azure
VariantStatus
linux_64_numpy1.22python3.10.____cpythonpython_implcpython variant
linux_64_numpy1.22python3.8.____cpythonpython_implcpython variant
linux_64_numpy1.22python3.9.____cpythonpython_implcpython variant
linux_64_numpy1.23python3.11.____cpythonpython_implcpython variant
linux_64_numpy1.26python3.12.____cpythonpython_implcpython variant
linux_aarch64_numpy1.22python3.10.____cpythonpython_implcpython variant
linux_aarch64_numpy1.22python3.8.____cpythonpython_implcpython variant
linux_aarch64_numpy1.22python3.9.____cpythonpython_implcpython variant
linux_aarch64_numpy1.23python3.11.____cpythonpython_implcpython variant
linux_aarch64_numpy1.26python3.12.____cpythonpython_implcpython variant
linux_ppc64le_numpy1.22python3.10.____cpythonpython_implcpython variant
linux_ppc64le_numpy1.22python3.8.____cpythonpython_implcpython variant
linux_ppc64le_numpy1.22python3.9.____cpythonpython_implcpython variant
linux_ppc64le_numpy1.23python3.11.____cpythonpython_implcpython variant
linux_ppc64le_numpy1.26python3.12.____cpythonpython_implcpython variant
osx_64_numpy1.22python3.10.____cpythonpython_implcpython variant
osx_64_numpy1.22python3.8.____cpythonpython_implcpython variant
osx_64_numpy1.22python3.9.____cpythonpython_implcpython variant
osx_64_numpy1.23python3.11.____cpythonpython_implcpython variant
osx_64_numpy1.26python3.12.____cpythonpython_implcpython variant
osx_arm64_numpy1.22python3.10.____cpython variant
osx_arm64_numpy1.22python3.8.____cpython variant
osx_arm64_numpy1.22python3.9.____cpython variant
osx_arm64_numpy1.23python3.11.____cpython variant
osx_arm64_numpy1.26python3.12.____cpython variant
win_64_numpy1.22python3.10.____cpythonpython_implcpython variant
win_64_numpy1.22python3.8.____cpythonpython_implcpython variant
win_64_numpy1.22python3.9.____cpythonpython_implcpython variant
win_64_numpy1.23python3.11.____cpythonpython_implcpython variant
win_64_numpy1.26python3.12.____cpythonpython_implcpython variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing fabio

Installing fabio from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, fabio can be installed with conda:

conda install fabio

or with mamba:

mamba install fabio

It is possible to list all of the versions of fabio available on your platform with conda:

conda search fabio --channel conda-forge

or with mamba:

mamba search fabio --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search fabio --channel conda-forge

# List packages depending on `fabio`:
mamba repoquery whoneeds fabio --channel conda-forge

# List dependencies of `fabio`:
mamba repoquery depends fabio --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating fabio-feedstock

If you would like to improve the fabio recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/fabio-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

fabio-feedstock's People

Contributors

beckermr avatar bgruening avatar cj-wright avatar conda-forge-admin avatar conda-forge-curator[bot] avatar dmpelt avatar ericdill avatar github-actions[bot] avatar jakirkham avatar kif avatar ocefpaf avatar pelson avatar regro-cf-autotick-bot avatar scopatz avatar sdebionne avatar t20100 avatar tacaswell avatar tschoonj avatar vallsv avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fabio-feedstock's Issues

Strange warning when running conda list

Issue:

conda list returns a warning for fabio (and similar for pyFAI):

WARNING conda.core.prefix_data:_load_site_packages(272): Problem reading non-conda package record at lib/python3.7/site-packages/pyFAI-0.18.0-py3.7-linux-x86_64.egg-info/PKG-INFO. Please verify that you still need this, and if so, that this is still installed correctly. Reinstalling this package may help.
WARNING conda.core.prefix_data:_load_site_packages(272): Problem reading non-conda package record at lib/python3.7/site-packages/fabio-0.9.0-py3.7-linux-x86_64.egg-info/PKG-INFO. Please verify that you still need this, and if so, that this is still installed correctly. Reinstalling this package may help.

My guess is that this has to do with these package getting generated with script: python setup.py install. Would it be ok to change this to {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv ? Would gladly open a PR if necessary!


Environment (conda list):
$ conda list
WARNING conda.core.prefix_data:_load_site_packages(272): Problem reading non-conda package record at lib/python3.7/site-packages/pyFAI-0.18.0-py3.7-linux-x86_64.egg-info/PKG-INFO. Please verify that you still need this, and if so, that this is still installed correctly. Reinstalling this package may help.
WARNING conda.core.prefix_data:_load_site_packages(272): Problem reading non-conda package record at lib/python3.7/site-packages/fabio-0.9.0-py3.7-linux-x86_64.egg-info/PKG-INFO. Please verify that you still need this, and if so, that this is still installed correctly. Reinstalling this package may help.
# packages in environment at /dls_sw/apps/python/anaconda/4.6.14/64/envs/python3.7:
#
# Name                    Version                   Build  Channel
_tflow_select             2.1.0                       gpu  
absl-py                   0.7.1                    py37_0  
alabaster                 0.7.12                   py37_0  
anaconda                  custom                   py37_0  
anaconda-client           1.7.2                    py37_0  
anaconda-project          0.8.2                    py37_0  
ansi2html                 1.5.2                    py37_0  
anyqt                     0.0.10                   py37_0  
appdirs                   1.4.3            py37h28b3542_0  
asn1crypto                0.24.0                   py37_0  
asteval                   0.9.13             pyh24bf2e0_0    conda-forge
astor                     0.7.1                    py37_0  
astroid                   2.2.5                    py37_0  
astropy                   3.1.2            py37h7b6447c_0  
atomicwrites              1.3.0                    py37_1  
attrs                     19.1.0                   py37_1  
awscli                    1.16.144                 py37_0    conda-forge
babel                     2.6.0                    py37_0  
backcall                  0.1.0                    py37_0  
backports                 1.0                      py37_1  
backports.csv             1.0.5                      py_1    conda-forge
backports.os              0.1.1                    py37_0  
backports.shutil_get_terminal_size 1.0.0                    py37_2  
beautifulsoup4            4.7.1                    py37_1  
binutils_impl_linux-64    2.31.1               h6176602_1  
binutils_linux-64         2.31.1               h6176602_7  
bitarray                  0.8.3            py37h14c3975_0  
bkcharts                  0.2                      py37_0  
black                     19.3b0                     py_0    conda-forge
blas                      1.0                         mkl  
bleach                    3.1.0                    py37_0  
blosc                     1.15.0               hd408876_0  
bokeh                     1.1.0                    py37_0  
boto                      2.49.0                   py37_0  
boto3                     1.9.134                    py_0  
botocore                  1.12.134                   py_0  
bottleneck                1.2.1            py37h035aef0_1  
bzip2                     1.0.6                h14c3975_5  
c-ares                    1.15.0               h7b6447c_1  
ca-certificates           2019.1.23                     0  
cachetools                2.1.0                      py_0    conda-forge
cairo                     1.14.12              h8948797_3  
certifi                   2019.3.9                 py37_0  
cffi                      1.12.3           py37h2e261b9_0  
chardet                   3.0.4                    py37_1  
cli_helpers               1.1.0                      py_0    conda-forge
click                     7.0                      py37_0  
cloudpickle               1.0.0                      py_0  
clyent                    1.2.2                    py37_1  
colorama                  0.3.9                    py37_0  
colorcet                  2.0.1                      py_0  
commonmark                0.8.1                    py37_0  
conda                     4.6.14                   py37_0  
configobj                 5.0.6                    py37_1  
contextlib2               0.5.5                    py37_0  
cryptography              2.6.1            py37h1ba5d50_0  
cudatoolkit               10.0.130                      0  
cudnn                     7.3.1                cuda10.0_0  
cupti                     10.0.130                      0  
curl                      7.64.0               hbc83047_2  
cycler                    0.10.0                   py37_0  
cython                    0.29.7           py37he6710b0_0  
cytoolz                   0.9.0.1          py37h14c3975_1  
dask                      1.2.2                      py_0  
dask-core                 1.2.2                      py_0  
dbus                      1.13.6               h746ee38_0  
decorator                 4.4.0                    py37_1  
defusedxml                0.5.0                    py37_1  
diffpy.structure          3.0.0                      py_0    conda-forge
dill                      0.2.9                    py37_0  
distributed               1.28.1                   py37_0  
django                    2.2                      py37_0  
docopt                    0.6.2                    py37_0  
docutils                  0.14                     py37_0  
doxygen                   1.8.14                        0    conda-forge
dropbox                   9.3.0                    py37_0  
entrypoints               0.3                      py37_0  
et_xmlfile                1.0.1                    py37_0  
expat                     2.2.6                he6710b0_0  
extranormal3              0.0.3                      py_0    tom.schoonjans
fabio                     0.9.0            py37hd352d35_0    conda-forge
fastcache                 1.1.0            py37h7b6447c_0  
fasttsne                  0.2.13           py37hdd07704_1  
ffmpeg                    4.0                  hcdf2ecd_0  
filelock                  3.0.10                   py37_0  
flask                     1.0.2                    py37_1  
fontconfig                2.13.0               h9420a91_0  
freeglut                  3.0.0                hf484d3e_5  
freetype                  2.9.1                h8a8886c_1  
fribidi                   1.0.5                h7b6447c_0  
future                    0.17.1                   py37_0  
gast                      0.2.2                    py37_0  
gcc_impl_linux-64         7.3.0                habb00fd_1  
gcc_linux-64              7.3.0                h553295d_7  
get_terminal_size         1.0.0                haa9412d_0  
gettext                   0.19.8.1             hd7bead4_3  
gevent                    1.4.0            py37h7b6447c_0  
glib                      2.56.2               hd408876_0  
glob2                     0.6                      py37_1  
globus-sdk                1.7.1                      py_2    conda-forge
gmp                       6.1.2                h6c8ec71_1  
gmpy2                     2.0.8            py37h10f8cd9_2  
gobject-introspection     1.56.1           py37hbc4ca2d_2  
google-api-core           1.11.0                   py37_0    conda-forge
google-api-python-client  1.7.8                      py_0    conda-forge
google-auth               1.6.3                      py_0    conda-forge
google-auth-httplib2      0.0.3                      py_2    conda-forge
google-cloud-core         1.0.0                      py_0    conda-forge
google-cloud-storage      1.16.0                     py_0    conda-forge
google-resumable-media    0.3.2                      py_0    conda-forge
googleapis-common-protos  1.5.10                   py37_0    conda-forge
graphite2                 1.3.13               h23475e2_0  
greenlet                  0.4.15           py37h7b6447c_0  
grpcio                    1.16.1           py37hf8bcb03_1  
gsl                       2.4                  h14c3975_4  
gst-plugins-base          1.14.0               hbbd80ab_1  
gstreamer                 1.14.0               hb453b48_1  
gxx_impl_linux-64         7.3.0                hdf63c60_1  
gxx_linux-64              7.3.0                h553295d_7  
h5py                      2.8.0            py37h989c5e5_3  
harfbuzz                  1.8.8                hffaf4a1_0  
hdf5                      1.10.2               hba1933b_1  
heapdict                  1.0.0                    py37_2  
holoviews                 1.12.1                     py_2  
html5lib                  1.0.1                    py37_0  
httplib2                  0.12.3                   py37_0    conda-forge
hyperspy                  1.4.1                 py37_1002    conda-forge
hyperspy-base             1.4.1           py37h14c3975_1002    conda-forge
hyperspy-gui-ipywidgets   1.1.1                      py_1    conda-forge
hyperspy-gui-traitsui     1.1.1                 py37_1000    conda-forge
icu                       58.2                 h9c2bf20_1  
idna                      2.8                      py37_0  
imageio                   2.5.0                    py37_0  
imagesize                 1.1.0                    py37_0  
importlib_metadata        0.8                      py37_0  
intel-openmp              2019.3                      199  
ipykernel                 5.1.0            py37h39e3cac_0  
ipyparallel               6.2.3                    py37_0  
ipython                   7.5.0            py37h39e3cac_0  
ipython_genutils          0.2.0                    py37_0  
ipywidgets                7.4.2                    py37_0  
isort                     4.3.19                   py37_0  
itsdangerous              1.1.0                    py37_0  
jasper                    2.0.14               h07fcdf6_1  
jbig                      2.1                  hdba287a_0  
jdcal                     1.4                      py37_0  
jedi                      0.13.3                   py37_0  
jeepney                   0.4                      py37_0  
jinja2                    2.10.1                   py37_0  
jmespath                  0.9.4                      py_0  
joblib                    0.13.2                   py37_0  
jpeg                      9b                   h024ee3a_2  
jsonschema                3.0.1                    py37_0  
jupyter                   1.0.0                    py37_7  
jupyter_client            5.2.4                    py37_0  
jupyter_console           6.0.0                    py37_0  
jupyter_core              4.4.0                    py37_0  
jupyterlab                0.35.4           py37hf63ae98_0  
jupyterlab_server         0.2.0                    py37_0  
keras                     2.2.4                         0  
keras-applications        1.0.7                      py_0  
keras-base                2.2.4                    py37_0  
keras-preprocessing       1.0.9                      py_0  
keyring                   18.0.0                   py37_0  
keyrings.alt              3.1.1                    py37_0  
kiwisolver                1.1.0            py37he6710b0_0  
krb5                      1.16.1               h173b8e3_7  
lazy-object-proxy         1.4.1            py37h7b6447c_0  
libarchive                3.3.3                h5d8350f_5  
libcurl                   7.64.0               h20c2e04_2  
libedit                   3.1.20181209         hc058e9b_0  
libffi                    3.2.1                hd88cf55_4  
libgcc-ng                 8.2.0                hdf63c60_1  
libgfortran-ng            7.3.0                hdf63c60_0  
libglu                    9.0.0                hf484d3e_1  
libgpuarray               0.7.6                h14c3975_0  
libiconv                  1.15                 h63c8f33_5  
liblief                   0.9.0                h7725739_2  
libopencv                 3.4.2                hb342d67_1  
libopus                   1.3                  h7b6447c_0  
libpng                    1.6.36               hbc83047_0  
libprotobuf               3.7.1                hd408876_0  
libsodium                 1.0.16               h1bed415_0  
libssh2                   1.8.0                h1ba5d50_4  
libstdcxx-ng              8.2.0                hdf63c60_1  
libtiff                   4.0.10               h2733197_2  
libtool                   2.4.6                h7b6447c_5  
libuuid                   1.0.3                h1bed415_2  
libvpx                    1.7.0                h439df22_0  
libxcb                    1.13                 h1bed415_1  
libxml2                   2.9.9                he19cac6_0  
libxslt                   1.1.33               h7d1a2b0_0  
link-traits               1.0.2                 py37_1002    conda-forge
llvmlite                  0.28.0           py37hd408876_0  
lmfit                     0.9.13             pyh24bf2e0_0    conda-forge
locket                    0.2.0                    py37_1  
lxml                      4.3.3            py37hefd8a0e_0  
lz4-c                     1.8.1.2              h14c3975_0  
lzo                       2.10                 h49e0be7_2  
m4                        1.4.18               h4e445db_0  
mako                      1.0.9                    py37_0  
markdown                  3.1                      py37_0  
markupsafe                1.1.1            py37h7b6447c_0  
matplotlib                3.0.3            py37h5429711_0  
mccabe                    0.6.1                    py37_1  
meson                     0.50.1                     py_0  
mistune                   0.8.4            py37h7b6447c_0  
mkl                       2019.3                      199  
mkl-service               1.1.2            py37he904b0f_5  
mkl_fft                   1.0.12           py37ha843d7b_0  
mkl_random                1.0.2            py37hd81dba3_0  
mock                      2.0.0                    py37_0  
more-itertools            7.0.0                    py37_0  
mpc                       1.1.0                h10f8cd9_1  
mpfr                      4.0.1                hdf1c602_3  
mpmath                    1.1.0                    py37_0  
msgpack-python            0.6.1            py37hfd86e86_1  
multipledispatch          0.6.0                    py37_0  
mycli                     1.19.0                     py_0    conda-forge
natsort                   6.0.0                      py_0  
nbconvert                 5.5.0                      py_0  
nbformat                  4.4.0                    py37_0  
ncurses                   6.1                  he6710b0_1  
networkx                  2.3                        py_0  
ninja                     1.9.0            py37hfd86e86_0  
nltk                      3.4                      py37_1  
nodejs                    10.13.0              he6710b0_0  
nose                      1.3.7                    py37_2  
notebook                  5.7.8                    py37_0  
numba                     0.43.1           py37h962f231_0  
numexpr                   2.6.9            py37h9e4a6bb_0  
numpy                     1.16.2           py37h7e9f1db_0  
numpy-base                1.16.2           py37hde5b4d6_0  
numpydoc                  0.9.1                      py_0  
oauth2client              4.1.3                      py_0    conda-forge
olefile                   0.46                     py37_0  
opencv                    3.4.2            py37h6fd60c2_1  
openpyxl                  2.6.1                    py37_1  
openssl                   1.1.1b               h7b6447c_1  
opentsne                  0.3.2            py37hf2d7682_0    conda-forge
opusfc                    1.2.0                    py37_0    tom.schoonjans
orange-spectroscopy       0.4.4                      py_0    tom.schoonjans
orange3                   3.19.0           py37he6710b0_0  
packaging                 19.0                     py37_0  
pandas                    0.24.2           py37he6710b0_0  
pandoc                    2.2.3.2                       0  
pandocfilters             1.4.2                    py37_1  
pango                     1.42.4               h049681c_0  
param                     1.9.0                      py_0  
parso                     0.4.0                      py_0  
partd                     0.3.10                   py37_1  
patchelf                  0.9                  he6710b0_3  
path.py                   11.5.0                   py37_0  
pathlib2                  2.3.3                    py37_0  
patsy                     0.5.1                    py37_0  
pbr                       5.1.3                      py_0  
pcre                      8.43                 he6710b0_0  
pep8                      1.7.1                    py37_0  
pexpect                   4.7.0                    py37_0  
pickleshare               0.7.5                    py37_0  
pillow                    6.0.0            py37h34e0f95_0  
pint                      0.9                      py37_2    conda-forge
pip                       19.1.1                   py37_0  
pixman                    0.38.0               h7b6447c_0  
pkg-config                0.29.2               h1bed415_8  
pkginfo                   1.5.0.1                  py37_0  
pluggy                    0.11.0                     py_0  
ply                       3.11                     py37_0  
prometheus_client         0.6.0                    py37_0  
prompt_toolkit            2.0.9                    py37_0  
protobuf                  3.7.1            py37he6710b0_0  
psutil                    5.6.2            py37h7b6447c_0  
ptyprocess                0.6.0                    py37_0  
py                        1.8.0                    py37_0  
py-lief                   0.9.0            py37h7725739_2  
py-opencv                 3.4.2            py37hb342d67_1  
pyasn1                    0.4.5                      py_0  
pyasn1-modules            0.2.4                    py37_0  
pycairo                   1.18.1           py37h2a1e443_0  
pycifrw                   4.4.1            py37h14c3975_0    conda-forge
pycodestyle               2.5.0                    py37_0  
pycosat                   0.6.3            py37h14c3975_0  
pycparser                 2.19                     py37_0  
pycrypto                  2.6.1            py37h14c3975_9  
pyct                      0.4.6                    py37_0  
pycurl                    7.43.0.2         py37h1ba5d50_0  
pyface                    6.0.0                    py37_0  
pyfai                     0.18.0           py37hf2d7682_0    conda-forge
pyflakes                  2.1.1                    py37_0  
pygments                  2.4.0                      py_0  
pygobject                 3.28.3          py37h89f6ae1_1001    conda-forge
pygpu                     0.7.6            py37h035aef0_0  
pyjwt                     1.7.1                    py37_0  
pylint                    2.3.1                    py37_0  
pymysql                   0.9.3                    py37_0  
pyodbc                    4.0.26           py37he6710b0_0  
pyopengl                  3.1.1a1                  py37_0  
pyopenssl                 19.0.0                   py37_0  
pyparsing                 2.4.0                      py_0  
pypdf2                    1.26.0                     py_2    conda-forge
pyqt                      5.9.2            py37h05f1152_2  
pyqtgraph                 0.10.0           py37h28b3542_3  
pyrsistent                0.14.11          py37h7b6447c_0  
pysocks                   1.7.0                    py37_0  
pytables                  3.4.4            py37ha205bf6_0  
pytest                    4.5.0                    py37_0  
pytest-arraydiff          0.3              py37h39e3cac_0  
pytest-astropy            0.5.0                    py37_0  
pytest-doctestplus        0.3.0                    py37_0  
pytest-openfiles          0.3.2                    py37_0  
pytest-remotedata         0.3.1                    py37_0  
python                    3.7.3                h0371630_0  
python-dateutil           2.8.0                    py37_0  
python-libarchive-c       2.8                      py37_6  
python-louvain            0.13                       py_0  
pytz                      2019.1                     py_0  
pyviz_comms               0.7.2                      py_0  
pywavelets                1.0.3            py37hdd07704_1  
pyxem                     0.8.0                      py_0    conda-forge
pyyaml                    3.13             py37h14c3975_0  
pyzmq                     18.0.0           py37he6710b0_0  
qt                        5.9.7                h5867ecd_1  
qtawesome                 0.5.7                    py37_1  
qtconsole                 4.4.4                      py_0  
qtpy                      1.7.1                      py_0  
readline                  7.0                  h7b6447c_5  
requests                  2.21.0                   py37_0  
requests-toolbelt         0.9.1                      py_0  
retrying                  1.3.3                    py37_2  
rope                      0.14.0                     py_0  
rsa                       3.4.2                      py_1    conda-forge
ruamel_yaml               0.15.46          py37h14c3975_0  
s3transfer                0.2.0                    py37_0  
scikit-image              0.15.0           py37he6710b0_0  
scikit-learn              0.21.1           py37hd81dba3_0  
scipy                     1.2.1            py37h7c811a0_0  
seaborn                   0.9.0                    py37_0  
secretstorage             3.1.1                    py37_0  
send2trash                1.5.0                    py37_0  
serverfiles               0.3.0                    py37_0  
setuptools                41.0.1                   py37_0  
silx                      0.10.1           py37hf2d7682_0    conda-forge
simplegeneric             0.8.1                    py37_2  
simplejson                3.16.0           py37h14c3975_0  
singledispatch            3.4.0.3                  py37_0  
sip                       4.19.8           py37hf484d3e_0  
six                       1.12.0                   py37_0  
snappy                    1.1.7                hbae5bb6_3  
snowballstemmer           1.2.1                    py37_0  
sortedcollections         1.1.2                    py37_0  
sortedcontainers          2.1.0                    py37_0  
sortednp                  0.2.1            py37hc9558a2_0    conda-forge
soupsieve                 1.8                      py37_0  
sparse                    0.7.0                      py_0    conda-forge
spectral                  0.19                       py_1    conda-forge
sphinx                    2.0.1                      py_0  
sphinxcontrib             1.0                      py37_1  
sphinxcontrib-applehelp   1.0.1                      py_0  
sphinxcontrib-devhelp     1.0.1                      py_0  
sphinxcontrib-htmlhelp    1.0.2                      py_0  
sphinxcontrib-jsmath      1.0.1                      py_0  
sphinxcontrib-qthelp      1.0.2                      py_0  
sphinxcontrib-serializinghtml 1.1.3                      py_0  
sphinxcontrib-websupport  1.1.0                    py37_1  
spyder                    3.3.4                    py37_0  
spyder-kernels            0.4.4                    py37_0  
spython                   0.0.57                     py_0    conda-forge
sqlalchemy                1.3.1            py37h7b6447c_0  
sqlite                    3.28.0               h7b6447c_0  
sqlparse                  0.2.4                    py37_0  
sregistry                 0.2.1                      py_0    tom.schoonjans
statsmodels               0.9.0            py37h035aef0_0  
stomp.py                  4.1.22                     py_0    conda-forge
sympy                     1.4                      py37_0  
tabulate                  0.8.3                    py37_0  
tblib                     1.4.0                      py_0  
tensorboard               1.13.1           py37hf484d3e_0  
tensorflow                1.13.1          gpu_py37hc158e3b_0  
tensorflow-base           1.13.1          gpu_py37h8d69cac_0  
tensorflow-estimator      1.13.0                     py_0  
tensorflow-gpu            1.13.1               h0d30ee6_0  
termcolor                 1.1.0                    py37_1  
terminado                 0.8.2                    py37_0  
terminaltables            3.1.0                      py_0    conda-forge
testpath                  0.4.2                    py37_0  
theano                    1.0.3            py37hfd86e86_0  
tk                        8.6.8                hbc83047_0  
toml                      0.10.0           py37h28b3542_0  
toolz                     0.9.0                    py37_0  
tornado                   6.0.2            py37h7b6447c_0  
tqdm                      4.31.1                   py37_1  
traitlets                 4.3.2                    py37_0  
traits                    5.1.1            py37h7b6447c_0  
traitsui                  6.0.0                    py37_1  
transforms3d              0.3.1                      py_0    conda-forge
typed-ast                 1.3.4            py37h7b6447c_0  
typing                    3.6.4                    py37_0  
uncertainties             3.1                      py37_0    conda-forge
unicodecsv                0.14.1                   py37_0  
unixodbc                  2.3.7                h14c3975_0  
uritemplate               3.0.0                      py_1    conda-forge
urllib3                   1.24.2                   py37_0  
wcwidth                   0.1.7                    py37_0  
webencodings              0.5.1                    py37_1  
werkzeug                  0.15.2                     py_0  
wheel                     0.33.4                   py37_0  
widgetsnbextension        3.4.2                    py37_0  
wrapt                     1.11.1           py37h7b6447c_0  
wurlitzer                 1.0.2                    py37_0  
xlrd                      1.2.0                    py37_0  
xlsxwriter                1.1.8                      py_0  
xlwt                      1.3.0                    py37_0  
xraylib                   3.3.0           py37h80923ca_1002    conda-forge
xz                        5.2.4                h14c3975_4  
yaml                      0.1.7                had09818_2  
zeromq                    4.3.1                he6710b0_3  
zict                      0.1.4                    py37_0  
zipp                      0.3.3                    py37_1  
zlib                      1.2.11               h7b6447c_3  
zstd                      1.3.7                h0b5b093_0  

Details about conda and system ( conda info ):
$ conda info
     active environment : python3.7
    active env location : /dls_sw/apps/python/anaconda/4.6.14/64/envs/python3.7
            shell level : 1
       user config file : /home/awf63395/.condarc
 populated config files : /home/awf63395/.condarc
          conda version : 4.6.14
    conda-build version : 3.17.8
         python version : 3.7.3.final.0
       base environment : /dls_sw/apps/python/anaconda/4.6.14/64  (writable)
           channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/free/linux-64
                          https://repo.anaconda.com/pkgs/free/noarch
                          https://repo.anaconda.com/pkgs/r/linux-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /dls_sw/apps/python/anaconda/4.6.14/64/pkgs
                          /home/awf63395/.conda/pkgs
       envs directories : /dls_sw/apps/python/anaconda/4.6.14/64/envs
                          /home/awf63395/.conda/envs
               platform : linux-64
             user-agent : conda/4.6.14 requests/2.21.0 CPython/3.7.3 Linux/3.10.0-957.1.3.el7.x86_64 rhel/7.6 glibc/2.17
                UID:GID : 1208021:1208021
             netrc file : None
           offline mode : False

Fabio and win py3.6 problems?

UnsatisfiableError: The following specifications were found to be in conflict:

billingegroup -> fabio -> numpy 1.10* -> python 2.7*
python 3.6*
Use "conda info " to see the dependencies for each package

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.