CoolProp fails to import when cadquery is imported first
Open
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.