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

Installation Error #1

Closed
dbl001 opened this issue Oct 7, 2020 · 1 comment
Closed

Installation Error #1

dbl001 opened this issue Oct 7, 2020 · 1 comment

Comments

@dbl001
Copy link

dbl001 commented Oct 7, 2020

I am running OS X 10.11.6.

$ rustc --version
rustc 1.46.0
$ cargo --version
cargo 1.45.1
...
error[E0554]: `#![feature]` may not be used on the stable release channel
    --> /Users/davidlaxer/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.3.4/src/lib.rs:91:34
     |
  91 | #![cfg_attr(feature = "nightly", feature(const_fn))]
     |                                  ^^^^^^^^^^^^^^^^^
  

@dbl001
Copy link
Author

dbl001 commented Oct 7, 2020

Nevermind.

I ran:

$ ./rustup-init
$ source $HOME/.cargo/env
$ python setup.py install

... and in built successfully.

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

No branches or pull requests

1 participant