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

tensorflow.t #85

Closed
swat-agarwal opened this issue May 21, 2020 · 4 comments
Closed

tensorflow.t #85

swat-agarwal opened this issue May 21, 2020 · 4 comments

Comments

@swat-agarwal
Copy link

I am getting the below error

ERROR:
test:
1 3raze"j"$10*fit[x;y]
message:
call: module 'tensorflow' has no attribute 'random_uniform'
[11] 1 3
raze"j"$10*fit[x;y]
^
file:
tests/tensorflow.t

failed:0, errored:4, skipped:16, total:273

@cmccarthy1
Copy link
Contributor

cmccarthy1 commented May 21, 2020

Where did you source the version of embedPy from and when?

Pull request #82 in January should have checks for this issue in place on the master branch of the GitHub repo.

Errors are a result from a deprecation resulting from version change of tensorflow rather than an issue with embedPy. We've tested against both versions of random uniform generations.

The *.t scripts are largely used for internal testing with travis and appveyor which are public facing and viewable via the tags at the top of our README.

@swat-agarwal
Copy link
Author

I downloaded from the release page
https://github.com/KxSystems/embedPy/releases/tag/1.3.2
just yeaterday the windows version

@cmccarthy1
Copy link
Contributor

Updated release below should fix the above tensorflow issue

https://github.com/KxSystems/embedPy/releases/tag/1.3.3

Please reopen the issue if this is still failing

@swat-agarwal
Copy link
Author

Now i get the below issue
Fatal Python error: initfsencoding: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00003a70 (most recent call first):

This was referenced May 26, 2020
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

2 participants