PyTornado ; Installation Error #136
Unanswered
kushaldgowda
asked this question in
Installation issues
Replies: 1 comment
-
There was a small issue, the main branch was not the good one, maybe it will be better now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
While following the pyTornado Installation procedure, I encountered the error while executing the code
OS ; Ubuntu 20.04v
Please update the possibe solution..
Im attaching the error details below.
Thank you.
(ceasiompy) linux@Ubuntu20:
$ cd Documents/Documents$ mkdir PyTornado(ceasiompy) linux@Ubuntu20:
(ceasiompy) linux@Ubuntu20:
/Documents$ cd PyTornado/Documents/PyTornado$ git clone https://github.com/airinnova/pytornado.git(ceasiompy) linux@Ubuntu20:
Cloning into 'pytornado'...
remote: Enumerating objects: 2996, done.
remote: Counting objects: 100% (107/107), done.
remote: Compressing objects: 100% (77/77), done.
remote: Total 2996 (delta 44), reused 73 (delta 22), pack-reused 2889
Receiving objects: 100% (2996/2996), 5.61 MiB | 7.06 MiB/s, done.
Resolving deltas: 100% (1676/1676), done.
(ceasiompy) linux@Ubuntu20:
/Documents/PyTornado$ cd pytornado/Documents/PyTornado/pytornado$ pip install --user .(ceasiompy) linux@Ubuntu20:
Processing /home/linux/Documents/PyTornado/pytornado
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
Traceback (most recent call last):
File "", line 36, in
File "", line 34, in
File "/home/linux/Documents/PyTornado/pytornado/setup.py", line 7, in
from src.pytornado.version import version
File "/home/linux/Documents/PyTornado/pytornado/src/pytornado/init.py", line 3, in
from ._log import _plogger as log
File "/home/linux/Documents/PyTornado/pytornado/src/pytornado/_log.py", line 24, in
from commonlibs.log import PackageLogger
ModuleNotFoundError: No module named 'commonlibs'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
(ceasiompy) linux@Ubuntu20:~/Documents/PyTornado/pytornado$
Beta Was this translation helpful? Give feedback.
All reactions