So the above was done in OpenSUSE 15.1.  Went to CentOS 8 and ran the same 
thing.  Still no web_server.py in sage, but now it doesn't complain about 
tornado.  I now get the following:
./web_server.py 
Traceback (most recent call last):
  File "./web_server.py", line 9, in <module>
    import paramiko
ImportError: No module named paramiko
[sagecell]$ sage/sage -pip install paramiko
-bash: sage/sage: No such file or directory

But paramiko is installed.  From sage/sage -pip install paramiko I get:
Requirement already satisfied: paramiko in 
./sage/local/lib/python3.7/site-packages (2.7.1)
Requirement already satisfied: bcrypt>=3.1.3 in 
./sage/local/lib/python3.7/site-packages (from paramiko) (3.1.7)
Requirement already satisfied: pynacl>=1.0.1 in 
./sage/local/lib/python3.7/site-packages (from paramiko) (1.3.0)
Requirement already satisfied: cryptography>=2.5 in 
./sage/local/lib/python3.7/site-packages (from paramiko) (2.9.2)
Requirement already satisfied: cffi>=1.1 in 
./sage/local/lib/python3.7/site-packages (from bcrypt>=3.1.3->paramiko) 
(1.14.0)
Requirement already satisfied: six>=1.4.1 in 
./sage/local/lib/python3.7/site-packages (from bcrypt>=3.1.3->paramiko) 
(1.12.0)
Requirement already satisfied: pycparser in 
./sage/local/lib/python3.7/site-packages (from 
cffi>=1.1->bcrypt>=3.1.3->paramiko) (2.20)

Seems like this is some sort of Python issue.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-cell/d1587044-d905-4b29-955c-9b3bbdeca17f%40googlegroups.com.

Reply via email to