You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
just cloned the latest from the git repo and created a python2 virtualenv and pydio.main won't run.
└─[$] git:(master*) python -m pydio.main
Traceback (most recent call last):
File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/main.py", line 41, in
from job.job_config import JobConfig, JobsLoader
File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/job/init.py", line 29, in
from sdkremote.remote import Waiter
ImportError: No module named sdkremote.remote
just cloned the latest from the git repo and created a python2 virtualenv and pydio.main won't run.
└─[$] git:(master*) python -m pydio.main
Traceback (most recent call last):
File "/usr/lib64/python2.7/runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/main.py", line 41, in
from job.job_config import JobConfig, JobsLoader
File "/home/waboring/pydio/pydio-sync/.venv/lib/python2.7/site-packages/pydio/job/init.py", line 29, in
from sdkremote.remote import Waiter
ImportError: No module named sdkremote.remote