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
I am trying to create an egg file for pglookout with Python3.9 on rockyLinux 9.2 distribution.
however, when i am running the command, i am getting the below error :
python3.9 setup.py bdist_egg
Traceback (most recent call last):
File "/var/pginstaller16/rpms/setup.py", line 5, in
import version
ModuleNotFoundError: No module named 'version'
Kindly suggest way forward.
The text was updated successfully, but these errors were encountered:
I am trying to create an egg file for pglookout with Python3.9 on rockyLinux 9.2 distribution.
however, when i am running the command, i am getting the below error :
python3.9 setup.py bdist_egg
Traceback (most recent call last):
File "/var/pginstaller16/rpms/setup.py", line 5, in
import version
ModuleNotFoundError: No module named 'version'
Kindly suggest way forward.
The text was updated successfully, but these errors were encountered: