Install problems
See original GitHub issueHello I wanted to give a try to GIMP-ML but I can’t see the menu. I get this error during install
ERROR: Command errored out with exit status 1:
command: /home/emrah/Code/GIMP-ML/gimp-plugins/gimpenv/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-54icbb_9/enum/setup.py'"'"'; __file__='"'"'/tmp/pip-install-54icbb_9/enum/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-54icbb_9/enum/pip-egg-info
cwd: /tmp/pip-install-54icbb_9/enum/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/emrah/Code/GIMP-ML/gimp-plugins/gimpenv/lib/python3.7/site-packages/setuptools/__init__.py", line 5, in <module>
import distutils.core
File "/home/emrah/anaconda3/lib/python3.7/distutils/core.py", line 16, in <module>
from distutils.dist import Distribution
File "/home/emrah/anaconda3/lib/python3.7/distutils/dist.py", line 9, in <module>
import re
File "/home/emrah/anaconda3/lib/python3.7/re.py", line 143, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Maybe it confuses due to other packages in my system. Thanks
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Fix problems that block programs from being installed or ...
The Program Install and Uninstall troubleshooter helps you automatically repair issues when you're blocked from installing or removing programs.
Read more >Fix problems downloading apps from the Play Store
Try the steps below if: Your downloads and app updates get stuck and won't finish. You can't download or install apps or games...
Read more >Unable to Install Apps or Software on Windows? Here's What ...
If you're unable to install software on Windows 10 or Windows 11, here's how to fix common app installation problems.
Read more >How to Fix the Most Common Windows 10 Installation Problems
How to fix the most common Windows 10 installation problems · Run the Windows Update troubleshooter · Low disk space · ISO image...
Read more >Problems Experienced When Installing the Software
The following table documents known issues that can affect the installation process. Problem. Solution. Installation closed with local administrator rights ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Working on gimp 3 development now .
follow INSTALLATION.md Did it work?