-
Notifications
You must be signed in to change notification settings - Fork 11
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
ImportError: No module named twisted.internet #5
Comments
We usually install the |
Would this need to be installed across all nodes or just the login node? Thx
regards,
Christopher Welsh
On his mobile.
…________________________________
From: Kilian Cavalotti <[email protected]>
Sent: Tuesday, May 19, 2020 2:37:06 AM
To: stanford-rc/sh_ood-apps <[email protected]>
Cc: christopherwelsh <[email protected]>; Mention <[email protected]>
Subject: Re: [stanford-rc/sh_ood-apps] ImportError: No module named twisted.internet (#5)
! EXTERNAL EMAIL: Think before you click. If suspicious send to [email protected]
Hi @christopherwelsh<https://github.com/christopherwelsh>,
We usually install the python-twisted-web CentOS/RHEL RPM to make that Python module available in authrevproxy.py.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEDAPU5UC33DS3AO5R4RIGTRSFP3FANCNFSM4ND6EK6A>.
Disclaimer: This email (including any attachments or links) may contain confidential and/or legally privileged information and is intended only to be read or used by the addressee. If you are not the intended addressee, any use, distribution, disclosure or copying of this email is strictly prohibited. Confidentiality and legal privilege attached to this email (including any attachments) are not waived or lost by reason of its mistaken delivery to you. If you have received this email in error, please delete it and notify us immediately by telephone or email. Peter MacCallum Cancer Centre provides no guarantee that this transmission is free of virus or that it has not been intercepted or altered and will not be liable for any delay in its receipt.
|
It needs to be installed on all the nodes that can run Tensorboard, as the reverse authenticating proxy will verify access there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Folks,
I've installed Tensorboard and tensorflow into our python/3.6.8 modules. I have also installed twister. But get this error after submission via ood.
OOD Output.log:
Script starting...
Mon May 18 20:08:42 AEST 2020: waiting for Tensorboard server to open port 4449...
Traceback (most recent call last):
File "bin/authrevproxy.py", line 11, in
from twisted.internet import reactor, endpoints
ImportError: No module named twisted.internet
Here is the list of installed py modules below. Any thoughts? I'm not a python man so pls assume this is a dumb question.
Apologies about the poor format of the list here.
Please wait a moment while I gather a list of all available modules...
Unreleased!
future asynchat imaplib secrets
_ast asyncio imghdr select
_asyncio asyncore imp selectors
_bisect atexit importlib setuptools
_blake2 attr importlib_metadata shelve
_bootlocale audioop incremental shlex
_bz2 automat inspect shutil
_codecs base64 io signal
_codecs_cn bdb ipaddress site
_codecs_hk binascii itertools six
_codecs_iso2022 binhex janis_assistant smtpd
_codecs_jp bisect janis_bioinformatics smtplib
_codecs_kr builtins janis_core sndhdr
_codecs_tw bz2 janis_unix socket
_collections cProfile json socketserver
_collections_abc calendar keyword spwd
_compat_pickle certifi lib2to3 sqlite3
_compression cgi linecache sqlitedict
_crypt cgitb locale sre_compile
_csv chardet logging sre_constants
_ctypes chunk lzma sre_parse
_curses cmath macpath ssl
_curses_panel cmd macurl2path stat
_datetime code mailbox statistics
_dbm codecs mailcap string
_decimal codeop marshal stringprep
_dummy_thread collections math struct
_elementtree colorsys mimetypes subprocess
_functools compileall mmap sunau
_gdbm concurrent modulefinder symbol
_hashlib configparser more_itertools symtable
_heapq constantly multiprocessing sys
_imp contextlib netrc sysconfig
_io copy nis syslog
_json copyreg nntplib tabnanny
_locale crypt ntpath tabulate
_lsprof csv nturl2path tarfile
_lzma ctypes numbers telnetlib
_markupbase curses opcode tempfile
_md5 cwlgen operator termios
_multibytecodec datetime optparse test
_multiprocessing dateutil os textwrap
_opcode dbm ossaudiodev this
_operator decimal parser threading
_osx_support difflib path time
_pickle dis pathlib timeit
_posixsubprocess distutils pdb token
_pydecimal doctest pickle tokenize
_pyio dummy_threading pickletools trace
_random easy_install pip traceback
_ruamel_yaml email pipes tracemalloc
_sha1 encodings pkg_resources tty
_sha256 ensurepip pkgutil twisted
_sha3 enum platform types
_sha512 errno plistlib typing
_signal exampleproj poplib unicodedata
_sitebuiltins faulthandler posix unittest
_socket fcntl posixpath urllib
_sqlite3 filecmp pprint urllib3
_sre fileinput profile uu
_ssl fnmatch progressbar uuid
_stat formatter pstats venv
_string fractions pty warnings
_strptime ftplib pwd wave
_struct functools py_compile wdlgen
_symtable gc pyclbr weakref
_sysconfigdata_dm_linux_x86_64-linux-gnu genericpath pydoc webbrowser
_sysconfigdata_m_linux_x86_64-linux-gnu getopt pydoc_data wheel
_testmultiphase getpass pyexpat wsgiref
_thread gettext python_utils xdrlib
_threading_local glob queue xml
_tracemalloc grp quopri xmlrpc
_warnings gzip random xxlimited
_weakref hamcrest re xxsubtype
_weakrefset hashlib readline zipapp
abc heapq reprlib zipfile
aifc hmac requests zipimport
antigravity html resource zipp
argparse http rlcompleter zlib
array hyperlink runpy
ast idna sched
The text was updated successfully, but these errors were encountered: