[spyder] Re: Spyder 4.0

2018-08-14 Thread me.com
I tried again and the first statements appeared to work ok this time. I 
must have had a typo or split them at the wrong place.  But when I run 
spyder from the command line I get the following errors:

Traceback (most recent call last):
  File 
"/Users/xxx/anaconda3/envs/py36/lib/python3.6/site-packages/qtpy/QtWebEngineWidgets.py",
 
line 22, in 
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ImportError: 
dlopen(/Users//anaconda3/envs/py36/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so,
 
2): Library not loaded: @rpath/libQt5WebEngineWidgets.5.dylib
  Referenced from: 
/Users/j/anaconda3/envs/py36/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so
  Reason: image not found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/x/anaconda3/envs/py36/bin/spyder", line 11, in 

sys.exit(main())
  File 
"/Users/xanaconda3/envs/py36/lib/python3.6/site-packages/spyder/app/start.py",
 
line 179, in main
from spyder.app import mainwindow
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/spyder/app/mainwindow.py",
 
line 92, in 
from qtpy import QtWebEngineWidgets  # analysis:ignore
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/qtpy/QtWebEngineWidgets.py",
 
line 26, in 
from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'


I'm sure this is something on my end but I hope you can tell me what I'm 
doing wrong.




On Monday, August 13, 2018 at 8:03:20 PM UTC-4, me.com wrote:
>
> When I tried installing Spyder 4 beta using
>
> conda update qt pyqt conda install -c spyder-ide spyder=4.0.0b1 
>
> I just received a bunch of error messages.
>
> So I tried:
>
> pip install --pre -U spyder
>
> This failed too...
>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


[spyder] Re: Spyder 4.0

2018-08-14 Thread natsfan...@gmail.com
I must have split the line at the wrong place because when I tried it today 
the first set ran to completion.  However spyder won't run. When I type 
spyder on the command line I get the following errors:

Traceback (most recent call last):
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/qtpy/QtWebEngineWidgets.py",
 
line 22, in 
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ImportError: 
dlopen(/Users/jx/anaconda3/envs/py36/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so,
 
2): Library not loaded: @rpath/libQt5WebEngineWidgets.5.dylib
  Referenced from: 
/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so
  Reason: image not found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/x/anaconda3/envs/py36/bin/spyder", line 11, in 

sys.exit(main())
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/spyder/app/start.py",
 
line 179, in main
from spyder.app import mainwindow
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/spyder/app/mainwindow.py",
 
line 92, in 
from qtpy import QtWebEngineWidgets  # analysis:ignore
  File 
"/Users/x/anaconda3/envs/py36/lib/python3.6/site-packages/qtpy/QtWebEngineWidgets.py",
 
line 26, in 
from PyQt5.QtWebKitWidgets import QWebPage as QWebEnginePage
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'

I'm sure I've done something wrong.

On Monday, August 13, 2018 at 8:03:20 PM UTC-4, natsf...@gmail.com wrote:
>
> When I tried installing Spyder 4 beta using
>
> conda update qt pyqt conda install -c spyder-ide spyder=4.0.0b1 
>
> I just received a bunch of error messages.
>
> So I tried:
>
> pip install --pre -U spyder
>
> This failed too...
>
> john hanly
> Go Nats
> natsfan...@gmail.com
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.