You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run:
"[dcc64 Fataler Fehler] InstallForm.pas(18): F2613 Unit 'TorchVision' nicht gefunden."
Looking around, I only find *.dcu for 32 bit, for 64 I have no *.dcu files. And I cannot build the components (P4DDataSciencesComponentSuite) for 64 bit. There I get an error:
[dcc64 Fataler Fehler] PyTorch.pas(17): E2213 Falsches gepacktes Unit-Format: C:\Users\Public\Documents\Embarcadero\Studio\22.0\Dcp\P4DPyPackage.dcp.PyPackage - Erwartete Version: 35.0, Windows Unicode(x64) Gefundene Version: 35.0, Windows Unicode(x86)
What can I do? Please help! (Actually it sounds very good to have the possibility to use onnx-models with c++ builder (hopefully possible through delphi)!! This will open a new universe!!
The text was updated successfully, but these errors were encountered:
HoLue
changed the title
Error Class TNumPy not found after installation and opening PyTorchThumbsUpDown
Compiling ThumbsUpDownPythonInstall.dproj (or other) -> dcc64 Fatal Error F2613 Unit 'TorchVision'
Jan 12, 2023
I'm using Embarcadero® RAD Studio 11 Version 28.0.46141.0937
I installed via GetIt Package manager in this order.:
-> Seems to be ok.
Then I installed from version control git
https://github.com/Embarcadero/P4D-Data-Sciences
I build and installed all components from P4D-Data-Sciences\P4DDataSciencesComponentSuite.groupproj
Then I opened PyTorchThumbsUpDown.groupproj -> ok
When I try to run:
"[dcc64 Fataler Fehler] InstallForm.pas(18): F2613 Unit 'TorchVision' nicht gefunden."
Looking around, I only find *.dcu for 32 bit, for 64 I have no *.dcu files. And I cannot build the components (P4DDataSciencesComponentSuite) for 64 bit. There I get an error:
[dcc64 Fataler Fehler] PyTorch.pas(17): E2213 Falsches gepacktes Unit-Format: C:\Users\Public\Documents\Embarcadero\Studio\22.0\Dcp\P4DPyPackage.dcp.PyPackage - Erwartete Version: 35.0, Windows Unicode(x64) Gefundene Version: 35.0, Windows Unicode(x86)
What can I do? Please help! (Actually it sounds very good to have the possibility to use onnx-models with c++ builder (hopefully possible through delphi)!! This will open a new universe!!
The text was updated successfully, but these errors were encountered: