flexx icon indicating copy to clipboard operation
flexx copied to clipboard

conda install warnings

Open edreamleo opened this issue 6 years ago • 1 comments

Trying to upgrade to flexx 0.8, on windows 10 I get the following:

> conda install flexx -c conda-forge
Collecting package metadata: done
Solving environment: -
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
\
  - defaults/win-64::astropy==2.0.2=py36h06391c4_4
  - defaults/win-64::bkcharts==0.2=py36h7e685f7_0
  - defaults/win-64::blaze==0.11.3=py36h8a29ca5_0
  - defaults/win-64::bokeh==0.12.10=py36h0be3b39_0
  - defaults/win-64::bottleneck==1.2.1=py36hd119dfa_0
  - defaults/win-64::dask==0.15.3=py36h396fcb9_0
  - defaults/win-64::datashape==0.5.4=py36h5770b85_0
  - defaults/win-64::h5py==2.7.0=py36hfbe0a52_1
  - defaults/win-64::imageio==2.2.0=py36had6c2d2_0
  - defaults/win-64::matplotlib==2.1.0=py36h11b4b9c_0
  - defaults/win-64::numba==0.35.0=np113py36_10
  - defaults/win-64::numexpr==2.6.2=py36h7ca04dc_1
  - defaults/win-64::numpy==1.13.3=py36ha320f96_0
  - defaults/win-64::odo==0.5.1=py36h7560279_0
  - defaults/win-64::pandas==0.20.3=py36hce827b7_2
  - defaults/win-64::patsy==0.4.1=py36h42cefec_0
  - defaults/win-64::pytables==3.4.2=py36h71138e3_2
  - defaults/win-64::pywavelets==0.5.2=py36hc649158_0
  - defaults/win-64::scikit-image==0.13.0=py36h6dffa3f_1
  - defaults/win-64::scikit-learn==0.19.1=py36h53aea1b_0
  - defaults/win-64::scipy==0.19.1=py36h7565378_3
  - defaults/win-64::seaborn==0.8.0=py36h62cb67c_0
  - defaults/win-64::statsmodels==0.8.0=py36h6189b4c_0

With pip I get the following:

> pip install flexx
Requirement already satisfied: flexx in c:\anaconda3\lib\site-packages (0.6.2)
Requirement already satisfied: dialite in c:\anaconda3\lib\site-packages (from flexx) (0.5.1)
Requirement already satisfied: pscript>=0.6.1 in c:\anaconda3\lib\site-packages (from flexx) (0.6.2)
Requirement already satisfied: webruntime>=0.5.4 in c:\anaconda3\lib\site-packages (from flexx) (0.5.4)
Requirement already satisfied: tornado in c:\anaconda3\lib\site-packages (from flexx) (4.5.2)

edreamleo avatar May 07 '19 11:05 edreamleo

The following packages are causing the inconsistency:

That list does not contain flexx or its dependencies, so I doubt that Flexx is the cause here.

almarklein avatar May 16 '19 12:05 almarklein