-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unable to find vcvarsall.bat when installing #32
Comments
That's a common issue when compiling python modules on Windows, it's most likely a problem with your MSVC install. Try to reinstall a recent version of the Microsoft Visual C++ build tools |
I've done that but now it's telling me that setup.py install is depreciated |
That's okay, it should still work anyway |
I decided to take a break on the issue, and I've come back but now I'm being told that I need numpy for 3DSkit to work, but I already have numpy installed and is up to date. |
I can’t reproduce that on Windows 10, python 3.11 and the latest numpy. That might be a problem with your python / numpy install ? Check that you can import numpy in an interpreter from the python install you use for 3DSkit |
Just tried it myself and same issue as the last comment, but not on windows, and not on an older python.
Some notes about my setup:
|
The only way I could reproduce this was when trying to install c3DSkit as root when the numpy install is local to the current user |
Using the
Running without
Using pypa (pip) as suggested works, but again cannot find numpy.
|
I should really find time to clean everything up, that structure definitely is awful |
Not much else to say apart from what's mentioned in the title. That's the error that gets returned
The text was updated successfully, but these errors were encountered: