CadQuery / CadQuery/cadquery

CoolProp fails to import when cadquery is imported first

Open
#1,799 6 comments 0 reactions 0 assignees View on GitHub
pip question
Dominant language
Python
Stars
5.8k
Forks
541
Avg merge
3d 2h
Merged PRs (30d)
5

Description

When importing cadquery before CoolProp, the script silently hangs and does not proceed to execution. Reversing the import order resolves the issue. Does anyone have an idea of what could be the problem?
## To Reproduce

```python
import cadquery
import CoolProp

if __name__ == "__main__":
print("hello world")
```

## Environment

OS: Ubuntu 22.04
Python version: 3.10
cadquery version: https://github.com/CadQuery/cadquery/tree/2698db5c395705eb36e42bb5d4ab5944daf24436
CoolProp version: 6.6.0
Was CadQuery installed using Conda?: no, it was installed using pip
Using: Python interpreter

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.