Install Packages bug?

Trying to install aubio

I get a bunch of errors:

what does this mean?

and then I get this error when I try to install something else:

Thank you!

After restarting Rhino, installing works but here’s another package that fails.

Ok, I see what’s wrong,
I cannot install 2 packages one after another.
I have to install numpy, restart Rhino and then install scipy.
If i don’t restart I get an error on the second package install.

Looks like you’re trying to install a package that, or one of its dependencies, needs to be compiled.

You need to have Visual Studio installed. Probably the community edition will be enough.

no, this is a bug in install. If i install one package after another it won’t work.
I have to restart rhino for each package I install - and it works

@nathanletwory , can you replicate?
Install numpy and then scipy using the box button:

This error you show in the first post says clearly you are missing the correct build tools. This happens while pypi is trying to install aubio.

I am not a good candidate to test with, I have the development tools installed.

1 Like

forget about the errors. The only thing that matters is this two steps test.
Install two packages one after another.

Installing numpy and scipy worked just fine for me.

You probably should reset your environment first - there probably is some leftover from your initial install attempt ( Tools > Advanced > Reset Python 3 runtime)

ok, thank you for testing. I will write if it happens again.

1 Like