On 20. 04. 20 15:59, Neal Becker wrote:
Maybe the problem is that my local pycurl is not compatible with fedpkg?

fedpkg
fedpkg
Traceback (most recent call last):
   File "/usr/bin/fedpkg", line 11, in <module>
     load_entry_point('fedpkg==1.38', 'console_scripts', 'fedpkg')()
   File 
"/home/nbecker/.local/lib/python3.7/site-packages/pkg_resources/__init__.py", 
line 490, in load_entry_point
     return get_distribution(dist).load_entry_point(group, name)
   File 
"/home/nbecker/.local/lib/python3.7/site-packages/pkg_resources/__init__.py", 
line 2859, in load_entry_point
     return ep.load()
   File 
"/home/nbecker/.local/lib/python3.7/site-packages/pkg_resources/__init__.py", 
line 2450, in load
     return self.resolve()
   File 
"/home/nbecker/.local/lib/python3.7/site-packages/pkg_resources/__init__.py", 
line 2456, in resolve
     module = __import__(self.module_name, fromlist=['__name__'], level=0)
   File "/usr/lib/python3.7/site-packages/fedpkg/__init__.py", line 12, in 
<module>
     import pyrpkg
   File "/home/nbecker/.local/lib/python3.7/site-packages/pyrpkg/__init__.py", line 
47, in <module>
     from pyrpkg.lookaside import CGILookasideCache
   File "/home/nbecker/.local/lib/python3.7/site-packages/pyrpkg/lookaside.py", line 
26, in <module>
     import pycurl
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from 
compile-time ssl backend (none/other)

Try:

  python3 -s /usr/bin/fedpkg

Does it solve your problem? If so, the -s flag should be added to the shebang.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to