Open fanoush opened 2 months ago
maybe this error helps?
[OSS CAD Suite] C:\oss-cad-suite>python3
Python 3.11.6 (tags/v3.11.6-dirty:8b6ee5ba3b, Feb 9 2024, 08:32:30) [GCC 13.2.1 20230728 (Fedora MinGW 13.2.1-5.fc39)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ssl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\oss-cad-suite\lib\python3.11\ssl.py", line 258, in <module>
from _ssl import enum_certificates, enum_crls
ImportError: cannot import name 'enum_certificates' from '_ssl' (C:\oss-cad-suite\lib\python3.11\lib-dynload\_ssl.cpython-311.dll)
>>>
Hello,
I have extracted recent oss-cad-suite-build to C:\oss-cad-suite, run start.bat and included python3 cannot install any package due to ssl error. This is on Window 10
This also doesn't work with litex setup. As I need git for that I run Git for windows command prompt and then run environment.bat and then as per readme
https://github.com/YosysHQ/oss-cad-suite-build?tab=readme-ov-file#using-litex
the first
init
step works but then the setup fails on pip3 ssl issue too