requirements.txt pins ifcopenshell==0.7.0.240406 which is not available on PyPI
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 72/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- python
- Domain
- build-system
Research direction
Update requirements.txt, which currently pins ifcopenshell==0.7.0.240406, and verify the dependency is available for Python 3.12 on Windows. Run pip install compas_ifc or the project’s installation checks; done means installation succeeds with ifcopenshell>=0.8.4.
Written by the indexing model from the issue text.
Description
Version: 1.7.0
Python: 3.12
OS: Windows
Problem:
Installing compas_ifc via pip fails because ifcopenshell==0.7.0.240406
is not available on PyPI. Only versions >=0.7.10 are available.
Error:
ERROR: Could not find a version that satisfies the requirement
ifcopenshell==0.7.0.240406 (from compas-ifc)
(from versions: 0.7.10, 0.8.0, 0.8.1, 0.8.1.post1, 0.8.2, 0.8.3,
0.8.3.post1, 0.8.3.post2, 0.8.4, 0.8.4.post1, 0.8.5)
Fix:
Change requirements.txt from:
ifcopenshell==0.7.0.240406
to:
ifcopenshell>=0.8.4
- Dominant language
- Python
- Stars
- 26
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from compas-dev/compas_ifc
-
Difficulty 3/5 1-2 days Newbie friendliness 62/100
compas-dev/compas_ifc#15 · 3 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
compas-dev/compas_ifc#14 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
compas-dev/compas_ifc#10 · 1 comment ·
All issues in compas-dev/compas_ifc
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100