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

Install pythonocc-core failed in PyCharm #1378

Open
jerrycwong opened this issue Oct 28, 2024 · 2 comments
Open

Install pythonocc-core failed in PyCharm #1378

jerrycwong opened this issue Oct 28, 2024 · 2 comments

Comments

@jerrycwong
Copy link

Hello there,

I am a new to python and PyCharm. I tried to install the package of pythonocc-core in PyCharm and I got the following error codes.

ERROR: Could not find a version that satisfies the requirement pythonocc-core (from versions: none)
ERROR: No matching distribution found for pythonocc-core

My Python version is Python 3.13.0.

I could not find the related issue in the thread, so I hope anyone can help me to resolve the issue.

Appreciate in advance!

@Tanneguydv
Copy link
Contributor

I suppose you tried pip install pythonocc-core, command that does lead nowhere.
To install pythonocc-core simply you just have to follow the https://github.com/tpaviot/pythonocc-core?tab=readme-ov-file#install-with-conda section.

When discovering a new library it's a common use to read the Readme, and when there's an issue it's also necessary, for the sake of the community, to refer to the existing issues, see
https://github.com/tpaviot/pythonocc-core/issues?q=is%3Aissue+ERROR%3A+No+matching+distribution+found+for+pythonocc-core+is%3Aclosed

@tpaviot
Copy link
Owner

tpaviot commented Oct 31, 2024

FYI conda-forge packages are only available up to python 3.12

You can downgrade your python version to 3.12 or lower and retry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants