-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
rasa train
breaks on clean rasa init
2021-02-04
#7885
Comments
TensorFlow made a 2.4.1 release on Jan 21st. Might be related? It's strange that our tests didn't catch this though. I'm checking TensorFlow versions in the meantime to see if that fixes it. I Will report here. |
It seems unrelated to TF since we install |
@koaning A customer ran into this issue and running |
Interesting. I had
Running |
I'm wondering two things now.
|
We should get @wochinge 's opinion on this.
Would pinning numpy to 1.19.5 in `pyproject.toml` help?
|
rasa train
breaks on clean rasa init
2021-02-04
I think the question is how did you install
Line 2252 in c5ee208
|
@wochinge All the bugs that I am reporting occurred after merely running Do we want our community to switch to use |
no no no. Which pip version do you have? |
Clean environment or was numpy already installed? |
pip TensorFlow pinned it https://github.com/tensorflow/tensorflow/blob/e84e4b3c841b0e81191f6d564bb61cfb9e1c33db/tensorflow/tools/pip_package/setup.py#L81 This is definitely a pip issue due to the missing dependency resolution in
|
Yes. Clean env.
I've been using;
|
That makes sense 👍🏻 What do you think in regards to my previous comment @koaning ? |
This is among one of the reason why I've always pinned numpy with some of my other projects. It's not great that we have an extra concern, but if doing this prevents errors at the 'pip install rasa'-part of the learning journey I'm all in favor. |
The
rasa train
command fails. I noticed this on 2021-02-04 after a fresh install viapip install rasa
in a clean virtual environment.Ran on both;
I fear this might be a tensorflow bug.
The text was updated successfully, but these errors were encountered: