-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
icu != 56.1 (m-labs) breaks qt5 #566
Comments
Is this just an error in my installation or do you see this also? This is what I have installed from 13/09
|
Downgrade --- b 2016-09-29 20:42:49.673151669 +0200
+++ a 2016-09-29 20:42:49.641151106 +0200
@@ -1,25 +1,25 @@
-(artiq-2016-09-13) c:\artiq-magtrap>conda list
-# packages in environment at C:\Anaconda3\envs\artiq-2016-09-13:
+(artiq-2016-09-27) C:\Users\rabi>conda list
+# packages in environment at C:\Anaconda3\envs\artiq-2016-09-27:
#
Using Anaconda Cloud api site https://api.anaconda.org
-alabaster 0.7.8 py35_0
-babel 2.3.3 py35_0
+alabaster 0.7.9 py35_0
+babel 2.3.4 py35_0
cffi 1.7.0 py35_0
colorama 0.3.7 py35_0
docutils 0.12 py35_2
h5py 2.6.0 np111py35_1
hdf5 1.8.16 vc14_0 [vc14]
+icu 57.1 vc14_0 [vc14]
imagesize 0.7.1 py35_0
jinja2 2.8 py35_1
jpeg 8d vc14_2 [vc14]
libpng 1.6.22 vc14_0 [vc14]
aiohttp 0.17.2 py_3 m-labs/label/main
-artiq 2.0rc1 py_0+git87fad87 m-labs/label/main
+artiq 2.0 py_0+gita9bef3c m-labs/label/main
asyncserial 0.1 py_11+git758c1e5 m-labs/label/main
binutils-or1k-linux 2.25.1 4 m-labs/label/main
chardet 2.2.1 py_3 m-labs/label/main
dateutil 2.4.2 py_2 m-labs/label/main
-icu 56.1 0 m-labs/label/main
levenshtein 0.12.0 py35_1 m-labs/label/main
libgit2 0.24.1 7 m-labs/label/main
libssh2 1.7.0.git 5 m-labs/label/main
@@ -40,7 +40,7 @@
markupsafe 0.23 py35_2
mkl 11.3.3 1
numpy 1.11.1 py35_1
-openssl 1.0.2h vc14_0 [vc14]
+openssl 1.0.2j vc14_0 [vc14]
pip 8.1.2 py35_0
pycparser 2.14 py35_1
pygit2 0.24.0 <pip>
@@ -48,13 +48,12 @@
pyserial 2.7 py35_0
python 3.5.2 0
pytz 2016.6.1 py35_0
-requests 2.11.1 py35_0
-scipy 0.18.0 np111py35_0
-setuptools 26.1.1 py35_0
+scipy 0.18.1 np111py35_0
+setuptools 27.2.0 py35_1
sip 4.18 py35_0
six 1.10.0 py35_0
snowballstemmer 1.2.1 py35_0
-sphinx 1.4.1 py35_0
+sphinx 1.4.6 py35_0
sphinx_rtd_theme 0.1.9 py35_0
vs2015_runtime 14.0.25123 0
wheel 0.29.0 py35_0 |
Works fine on win7-experimental. @r-srinivas can you try with a freshly installed conda? |
Downgrading
|
Where from exactly? |
I'm not sure. It's a little strange. I've specified the channel to install from and if I try to install only icu it's fine,
But if I try to install artiq it tries to grab the higher version
|
Hi there, |
Ah, I wish I had come across this earlier. I just came across this issue setting up a fresh conda environment (based on |
This seemed to happen when I installed artiq 3.0 as well. |
I ran into this trying to install artiq py_820+gitf4ae166. Also, it seems like the alabaster dependency was removed? At least I had to install that manually anyway. |
I now also have this issue on several different machines with Artiq 2.2. Downgrading to icu 56.1 does not solve this, neither does re-installing pyqt from pip. Any suggestions? |
@r-srinivas @cjbe pretty sure you guys have a different issue. Please file a new one and provide information about what you have installed (context), what you did, and what your problem is (symptoms). |
Using 2.0 on windows I get the following error when trying to start the dashboard or the browser,
Looking at the conda env,
I didn't have this problem with my installation on 13/09 which uses the same version of qt so I'm not sure what changed.
The text was updated successfully, but these errors were encountered: