Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing Cadquery causes error exit codes #1564

Open
JacobAkimbo opened this issue Apr 18, 2024 · 2 comments
Open

Importing Cadquery causes error exit codes #1564

JacobAkimbo opened this issue Apr 18, 2024 · 2 comments
Labels
bug Something isn't working pip

Comments

@JacobAkimbo
Copy link

JacobAkimbo commented Apr 18, 2024

To Reproduce

import cadquery

pass

Doing this causes the system to finish with exit code (0xC0000005) or exit code (0xc0000374). Version 2.3.1 and 2.4.0 respectively.

Environment

OS: Windows 10
CadQuery was installed with pip in an empty venv running python 3.11.9

@JacobAkimbo JacobAkimbo added the bug Something isn't working label Apr 18, 2024
@huskier
Copy link
Contributor

huskier commented Apr 20, 2024

On my side, there is no problem.
The OS:

Windows 11 professional
23H2
22631.3447

The Python distribution:

Anaconda3-2023.09-0-Windows-x86_64.exe
Python 3.11.5

The Python venv is:

(cqvenv) (base) D:>python
Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:26:23) [MSC v.1916 64 bit (AMD64)] on win32

The CadQuery version:
(cqvenv) (base) D:>python
Python 3.11.5 | packaged by Anaconda, Inc. | (main, Sep 11 2023, 13:26:23) [MSC v.1916 64 bit (AMD64)] on win32

import cadquery
print(cadquery.version)
2.4.0

To reproduce, a test.py file is created, and its content is as following:

import cadquery
pass

@jmwright
Copy link
Member

@jdegenstein Could this be related to the cadquery-ocp issue that you pinged me about?

CadQuery/ocp-build-system#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pip
Projects
None yet
Development

No branches or pull requests

4 participants